-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (46 loc) · 1.49 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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./webfonts/all.min.css">
<link rel="stylesheet" href="./styles.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/mailtoharshit/San-Francisco-Font-/sanfrancisco.css">
<title>Practice</title>
</head>
<body>
<header class="header">
<h1 class="header__title">Practice Projects</h1>
</header>
<main class="main">
<div class="projects">
<div class="project">
<h1 class="project__title">login form</h1>
<a class="project__link" href="./login_form/index.html">тык</a>
</div>
<div class="project">
<h1 class="project__title">nike product card</h1>
<a class="project__link" href="./Product-Card-Using-HTML-CSS/index.html">тык</a>
</div>
<div class="project">
<h1 class="project__title">JM block 1.1</h1>
<a class="project__link" href="./iintoo/index.html">тык</a>
</div>
<div class="project">
<h1 class="project__title">JM block 1.3</h1>
<a class="project__link" href="./block1.3/index.html">тык</a>
</div>
<div class="project">
<h1 class="project__title">JM block 1.4</h1>
<a class="project__link" href="./block1.3/mobile_menu.html">тык</a>
</div>
</div>
</main>
<footer class="footer">
<p class="footer__text">Copyright ©
<script>
document.write(new Date().getFullYear().toString())
</script> Isakov Airat</p>
</footer>
</body>
</html>