-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (108 loc) · 3.38 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
<!--
This template is designed and developed by Mohammed Hassan.
My Github account: https://github.com/i7moda2000
-->
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="A Web Developer based in Amman, Jordan."
/>
<meta
name="keywords"
content="Mohammed Hassan, Web DEvelopment ,React js "
/>
<title>Mohammed Hassan | A Web Developer based in Amman, Jordan.</title>
<link rel="stylesheet" href="index.css" />
<link rel="icon" href="images/favicon.ico" />
</head>
<body>
<!-- nav bar -->
<header class="header">
<!-- The header background Photo by Jakub Novacek from Pexels -->
<nav class="nav">
<ul>
<li><a href="#work"> Work </a></li>
<li>
<a href="#about"> About </a>
</li>
<li>
<a href="#contact"> Contact</a>
</li>
</ul>
</nav>
<div class="header_text">
<h1>
Mohammed Hassan
</h1>
<p>A Web Developer based in Amman, Jordan.</p>
</div>
</header>
<main>
<section id="work">
<h2>My Work</h2>
<div class="work_box">
<div class="work_box_text">
<h3>Grade Calculator</h3>
<p>Grade Calculator using react js</p>
<ul>
<li>react js</li>
<li>react bootstrap</li>
<li>JavaScript</li>
</ul>
<div class="work_box_links">
<a href="#" class="btn_link btn_link_transform"> Visit Site </a>
<a href="#"
><img
src="./images/GitHub-Mark-120px-plus.png"
class="btn_link_transform"
alt="GitHub"
/></a>
</div>
</div>
<img src="/images/p1.webp" alt="p1" />
</div>
</section>
<section id="about">
<h2>About</h2>
<div class="text_container">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non git proident, sunt
in culpa qui officia deserunt mollit anim id est laborum.
</p>
<a href="#" class="btn_link btn_link_transform">Resume</a>
</div>
</section>
<section id="contact">
<h2>Get in Touch</h2>
<div class="text_container">
<p>
Reach out to me via an email.
</p>
<a href="mailto:" class="btn_link btn_link_transform">
Email
</a>
</div>
</section>
</main>
<footer>
<div>
<a href="#"><img src="./images/github.svg" alt="GitHub" /></a>
<a href="#"><img src="./images/linkedin.svg" alt="Linkedin" /></a>
</div>
<p>
Copy Right 2021 © By
<a href="https://github.com/i7moda2000/">Mohammed Hassan </a>All Rights
Reserved
</p>
</footer>
</body>
</html>