-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (95 loc) · 3.55 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<title>Artin.dev</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
crossorigin="anonymous">
<link rel="stylesheet" href="styles/styles.css" type="text/css">
<!-- Import Js -->
<script src="scripts/main.js"></script>
</head>
<body>
<!-- Header -->
<header class="header">
<nav class="navigation">
<ul class="nav-list">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact-me.html">Contact Me</a>
</li>
</ul>
</nav>
<img class="head-img" src="images/avatar.png" alt="Profile">
<h1 class="head-name">Artin.dev</h1>
<p class="head-bio">Something About Artin.dev</p>
<a class="button head-btn" href="">Contact Me</a>
</header>
<main>
<section class="projects">
<h2> </h2>
<ul class="project-list">
<li class="project">
<img src="images/p1.jpg" alt="">
</li>
<li class="project">
<img src="images/p2.jpg" alt="">
</li>
<li class="project">
<img src="images/p3.jpg" alt="">
</li>
<li class="project">
<img src="images/p4.jpg" alt="">
</li>
<li class="project">
<img src="images/p1.jpg" alt="">
</li>
<li class="project">
<img src="images/p3.jpg" alt="">
</li>
<li class="project">
<img src="images/p4.jpg" alt="">
</li>
<li class="project">
<img src="images/p2.jpg" alt="">
</li>
</ul>
</section>
<section class="get-message">
<h2> </h2>
<div class="content-message">
<p class="message-text">@google Hello I'am Artin.dev and soon join in your employee :) I have nice feel
about google and maybe i will inveten a new programming language Hello I'am Artin.dev and soon join
in your employee :) I have nice feel about google and maybe i will inveten a new programming
language</p>
<a href="" class="button follow-btn">Follow Me</a>
</div>
</section>
</main>
<footer class="footer">
<ul class="socials">
<li class="social-link">
<a href="">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="social-link">
<a href="">
<i class="fab fa-telegram"></i>
</a>
</li>
<li class="social-link">
<a href="">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
<p class="copyright">CopyRight © 2019 Artin.dev</p>
</footer>
</body>
</html>