-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
154 lines (138 loc) · 6.19 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="media-query.css">
<script src="https://kit.fontawesome.com/1c35bc4772.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&family=Fraunces:wght@400;500;700&family=Poppins:wght@400;500;700&family=Roboto:wght@400;500;700&family=Source+Sans+Pro:wght@400;600;700&family=Ubuntu:wght@400;500;700&display=swap"
rel="stylesheet">
<!--todo add favicon-->
<link rel="shortcut icon" href="favicon.ico">
<title>SAIF - Dev Portfolio</title>
</head>
<body>
<nav class="flex">
<div class="left">
<p class="logo">Portfolio<span>.</span></p>
</div>
<div class="right">
<div class="nav-links-container">
<ul class="nav-links flex-col">
<a href="#">
<li>Home</li>
</a>
<a href="#">
<li>Services</li>
</a>
<a href="#">
<button class="contact-btn">
<li>Contact</li>
</button>
</a>
</ul>
</div>
</div>
<div class="hamburger">
<i class="bars fa-solid fa-bars" style="color: #a8a8a8;"></i>
</div>
</nav>
<section class="hero-section flex container">
<div class="left">
Hi, I am <span class="name">SAIF</span>
<div class="line-2">I am a passionate</div>
<span id="element"></span>
<div class="btns flex">
<a href="https://github.com/saifdaula" target="_blank"><button class="btn-1 btn">GitHub <i
class="fa-brands fa-github" style="color: #ffffff;"></i></button></a>
<a href="#"><button class="btn-2 btn">About Me <i class="fa-solid fa-user"
style="color: #ffffff;"></i></button></a></button></a>
</div>
</div>
<div class="right">
<img src="images/web-dev.png" alt="">
</div>
</section>
<hr class="main-hr">
<section class="section-2">
<h1>Projects...</h1>
<div class="projects-cont container flex">
<a href="https://saifdaula.github.io/Sunnyside-frontend-clone/" target="_blank">
<div class="project-box">
<img src="images/SunnySide - saifdaula.github.io.jpg" alt="">
<a href="https://saifdaula.github.io/Sunnyside-frontend-clone/">
<h3 class="project-text-mid">SunnySide</h3>
</a>
</div>
</a>
<a href="https://saifdaula.github.io/UsabilityHub-frontend-clone/" target="_blank">
<div class="project-box">
<img src="images/SAIF's UsabilityHub - saifdaula.github.io.jpg" alt="">
<a href="https://saifdaula.github.io/UsabilityHub-frontend-clone/">
<h3 class="project-text-mid">UsabilityHub Clone</h3>
</a>
</div>
</a>
<a href="https://saifdaula.github.io/YouTube-Frontend-clone/" target="_blank">
<div class="project-box">
<img src="images/YouTube Clone - saifdaula.github.io.jpg" alt="">
<a href="https://saifdaula.github.io/YouTube-Frontend-clone/">
<h3 class="project-text-mid">YouTube clone</h3>
</a>
</div>
</a>
<a href="https://saifdaula.github.io/watches-collection/" target="_blank">
<div class="project-box">
<img src="images/SAIF - WATCH COLLECTION - saifdaula.github.io.jpg" alt="">
<a href="https://saifdaula.github.io/watches-collection/">
<h3 class="project-text-mid">Watches</h3>
</a>
</div>
</a>
</div>
</section>
<footer>
<p class="logo">Portfolio<span>.</span></p>
<div class="footer-links">
<ul class="flex footer-ul">
<a href="#">
<li>About</li>
</a>
<a href="#">
<li>Services</li>
</a>
<a href="#">
<li>Contact</li>
</a>
</ul>
</div>
<div class="footer-social-links">
<a href="https://web.facebook.com/saifdaula47" target="_blank"><i class="fa-brands fa-facebook fa-xl"
style="color: #dedede;"></i></a>
<a href="https://instagram.com/saifdaula47" target="_blank"><i class="fa-brands fa-instagram fa-xl"
style="color: #dedede;"></i></a>
<a href="https://twitter.com/saifdaula47" target="_blank"><i class="fa-brands fa-twitter fa-xl"
style="color: #dedede;"></i></a>
<a href="https://www.linkedin.com/in/saif-ahsan-3a9786241" target="_blank"><i
class="fa-brands fa-linkedin-in fa-xl" style="color: #dedede;"></i></a>
<a href="https://github.com/saifdaula" target="_blank"><i class="fa-brands fa-github fa-xl"
style="color: #dedede;"></i></i></a>
<a href="https://youtube.com/@saifdaula47" target="_blank"><i class="fa-brands fa-youtube fa-xl"
style="color: #dedede;"></i></a>
</div>
</footer>
<script src="https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js"></script>
<script>
var typed = new Typed('#element', {
strings: ['Web Developer', 'Programmer', 'Web Designer'],
typeSpeed: 50,
});
</script>
</body>
</html>