-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (50 loc) · 2.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
51
52
53
54
55
56
57
58
59
60
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel ="stylesheet" href="portfolio.css">
</head>
<nav id="navbar">
<a href="#welcome-section">About</a>
<a href="#projects">Projects</a>
<a href="#social">Social</a>
</nav>
<header id="welcome-section">
<h1> Hey!🖐 </h1>
<p>My name is Syed Hadi</p>
<p>and I am a Front End Web Developer😎</p>
</header>
<section id="projects">
<h2>Projects</h2>
<div class="project-container">
<a href="https://ssyedhadi14.github.io/QS-tribute-page/" class="project-tile" target="_blank">
<img src="https://drive.google.com/uc?id=1BCU-5tE9oxtxvyYGX7B42vivjC9iAZho
" alt="">
<p>Tribute Page to Qasem Souleimani</p>
</a>
<a href="https://ssyedhadi14.github.io/survey_form/" class="project-tile" target="_blank">
<img src="https://drive.google.com/uc?id=10CVPene50ZmUMnD_CwSWZzzEf8VHvNhU" alt="">
<p>Creativity survey page</p>
</a>
<a href="https://ssyedhadi14.github.io/product_landing_page/" target="_blank" class="project-tile">
<img src="https://drive.google.com/uc?id=14BmS6Smi2Ck-bPJco81SWGBGPpxkOPpM" alt="">
<p>iWatch Productivity Product page</p>
</a>
<a href="https://ssyedhadi14.github.io/technical_doc_page/" target="_blank" class="project-tile">
<img src="https://drive.google.com/uc?id=1Pw2SPlMXx39SI000r2W_SSATQYMhdmxy" alt="">
<p>Technical Documentation page for Manual Car</p>
</a>
</div>
</section>
<section id="social">
<h2>Social Media</h2>
<p> Find me directly on these Social Media platforms 😊</p>
<ul class="social-ul">
<li><a href="https://twitter.com/hadireza14" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/hadireza14/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.facebook.com/ssyedhadi?ref=bookmarks" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.freecodecamp.org/ssyedhadi14" target="_blank"><i class="fa fa-free-code-camp"></i></a></li>
<li><a id="profile-link" href="https://github.com/ssyedhadi14" target="_blank"><i class="fa fa-github"></i></a></li>
</ul>
</section>
<footer><em>Made with Love❤ by Syed Hadi🚀</em><i class="fa fa-smile"></i></footer>
</html>