-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-tr.html
66 lines (60 loc) · 1.79 KB
/
index-tr.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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>AzCoders Ekibi</title>
<link href="css/main.css" rel="stylesheet">
<script src="js/main.js"></script>
<link rel="icon" href="img/logo1.png">
</head>
<body>
<header>
<nav>
<img id="logo" class="logo" src="img/logo.png">
<ul id="menu">
<li><a id="active" href="index-tr.html">Ana Sayfa</a></li>
<li><a href="about-us-tr.html">Hakkımızda</a></li>
<li id='projects'><a href="our-projects-tr.html">Projelerimiz</a></li>
</ul>
<ul class="lang">
<li><a href="index.html">En</a></li>
<li><a href="index-az.html">Az</a></li>
<li><a href="index-tr.html">Tr</a></li>
</ul>
</nav>
<div class="slideshow">
<h1>AzCoders'a hoş geldiniz !</h1>
<video autoplay loop muted>
<source src="video/main.mp4" type="video/mp4">
Çalışmıyor, tarayıcıyı kontrol edin !
</video>
</div>
</header>
<main>
<div class="content">
<section class="introduction">
<h1>Bizim takım</h1>
<div class="member1">
<img src="img/main-page/huseyn.jpg" width="212px" height="224px">
<div class="intro">
<h4>Huseyn Hajiyev</h4>
</div>
</div>
<div class="member2">
<img src="img/main-page/nihat.jpg" width="212px" height="224px">
<div class="intro">
<h4>Nihat Abdullayev</h4>
</div>
</div>
<div class="member3">
<img src="img/main-page/alkim.jpg" width="212px" height="224px">
<div class="intro">
<h4>Alkim Demirci</h4>
</div>
</div>
</section>
<footer>
<h4>© AzCoders ekibi tarafından telif hakları</h4>
</footer>
</div>
</main>
</body>