-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (46 loc) · 1.56 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
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anasayfa</title>
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<header>
<div class="logo">
<h1><a href="index.html">Sophia</a></h1>
</div>
<div class="menu-icon">
<img src="assets/img/menu-icon.png" alt="Menu Icon">
</div>
<nav class="nav-menu">
<ul>
<li><a href="index.html">Anasayfa</a></li>
<li><a href="pages/projectpresentation.html">Proje Tanıtımı</a></li>
<li><a href="pages/projecterrors.html">Hata Analizleri</a></li>
<li><a href="pages/gallery.html">Galeri</a></li>
<li><a href="pages/contact.html">İletişim</a></li>
</ul>
</nav>
</header>
<main>
<video autoplay muted loop id="bgVideo">
<source src="assets/img/Sophiaindex.mp4" type="video/mp4">
Tarayıcınız video etiketini desteklemiyor.
</video>
<div class="centered">
<h2 class="heading-primary">
Makineler Hayatımızı Değiştiriyor
</h2>
<h1 class="heading-primary">
Yapay Zeka ile Tanışın
</h1>
</div>
</main>
<footer>
<p>© 2024 memoaltinkaynak</p>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>