-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (50 loc) · 2.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>kurdish techno</title>
<link rel="stylesheet" href="app.css">
</head>
<body>
<header>
<div class="language-switcher">
<button id="english">English</button>
<button id="kurdish">کوردی</button>
</div>
<nav>
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#social">social</a></li>
</ul>
</nav>
</header>
<section id="about">
<h1 data-translate="about">About Me</h1>
<p>Welcome to my website! </p>
</section>
<section id="projects">
<h1 data-translate="projects">Projects</h1>
<p>لینکی پرسیارە وزاریەکانی زیندەزانی ٢٠١١-٢٠٢٢</p>
<a href="https://www.mediafire.com/file/x7nx6yguxc5b2uo/%25D8%25B3%25DB%2595%25D8%25B1%25D8%25AC%25DB%2595%25D9%2585_%25D9%25BE%25D8%25B1%25D8%25B3%25DB%258C%25D8%25A7%25D8%25B1%25DB%2595_%25D8%25A8%25DB%2595%25D8%25B1%25D8%25A7%25DB%258C%25DB%258C%25DB%2595%25DA%25A9%25D8%25A7%25D9%2586_%25D9%2588_%25D9%2588%25D8%25B2%25D8%25A7%25D8%25B1%25DB%258C%25DB%258C%25DB%2595%25DA%25A9%25D8%25A7%25D9%2586%25DB%258C_%25D8%25B2%25DB%258C%25D9%2586%25D8%25AF%25DB%2595%25D8%25B2%25D8%25A7%25D9%2586%25DB%258C_2011_%25D8%25AA%25D8%25A7%25DA%25A9%25D9%2588_2022_%25D9%2585.pdf/file" target="_blank">
>NO AD MediaFire<
<!-- Add portfolio items here -->
</section>
<section id="social">
<h1 data-translate="social">Social Media</h1>
<h4>
<div class="social-media-icons">
<a href="https://www.instagram.com/modman01/" target="_blank">
<img src="instagram-icon.png" alt="Instagram">
</a>
</div>
</h4>
</section>
<footer>
<p>© 2023 KURDISH TECHNO</p>
</footer>
<button id="backToTopBtn">Back to Top</button>
<script src="app.js"></script>
</body>
</html>