-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (40 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Myportfolio </title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="header">
<div class="container">
<div class="navbar">
<div class="logo"><a href="index.html">
<img src="m.png" width="70px" height="35">
</a>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href=""></a></li>
<li><a href="">UI-Designs</a></li>
<li><a href="explore.html">Features</a> </li>
</ul>
</nav>
</div>
<div class="row">
<div class="col2">
<h1>I'm Melah Elkanah. I Design mobile and web experiences.!</h1>
<p>
I am a front-end web developer in New York. I concurrently work as a part time Senior Web Designer for Nascom,located in San Franscisco. I am looking to make more work and to increase my skills as a UX/UI enthusiast.
</p>
<a href="explore.html" class="btn">Eplore Now</a>
</div>
<div class="col2">
<img src="second.jpg">
</div>
</div>
</div>
</div>
</body>
</html>