-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLanding porfolio page
More file actions
51 lines (50 loc) · 1.54 KB
/
Landing porfolio page
File metadata and controls
51 lines (50 loc) · 1.54 KB
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
<!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="Design.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="top-nav">
<div class="s-icon">
<i class="fa fa-facebook"></i>
<i class="fa fa-google"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-whatsapp"></i>
<i class="fa fa-instagram"></i>
</div>
<div class="email">
hinaismail@gmail.com
</div>
</div>
<nav>
<div class="logo">
SOFTWARE
</div>
<div class="menu">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Portfolio</a>
<a href="#">Gallery</a>
<a href="#">Register</a>
<a href="#">Contact</a>
</div>
</nav>
<div class="container">
<div class="left">
<h1> I'm a web development<br> <span>Programmer</span></h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Harum qui animi tenetur.
Eius, optio dignissimos! At quis quaerat,perspiciatis possimus nobis repellendus
quibusdam magni odit unde culpa atque illum ut?</p>
<button>html Css & Javascript</button>
<button id="btn2">Contact us</button>
</div>
<div class="right">
<img src="images/laptop and girl.jpg" width="150" height="200">
</div>
</div>
</body>
</html>