-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="header">
<div class=" name">
HOME
</div>
<div class="menu">
<button id="button">|||</button>
<a id="2" href="#">Home</a>
<a id="3" href="about.html">About</a>
<a id="4" href="social.html">Social</a>
<a id="5" href="mailto:mhamad.abubakr@hotmail.com">Contact</a>
</div>
</div>
<div class="main">
<div class="endLine1"></div>
<div class="mainText">
<h2>Hi everyone!!</h2>
<h1>I am Mohammed <span>Abubakr</span></h1>
<p>I am frontend developer</p>
</div>
<img src="me.png" alt="me" class="me">
<div class="endLine1"></div>
</div>
</div>
<script src="code.js"></script>
</body>
</html>