-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (73 loc) · 2.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Personal Website</title>
</head>
<body>
<section class="top-banner">
<div class="half-width">
<h1>Hello I'm</h1>
<h1 class="name-highlight">Jack Smith</h1>
<p>You might saw me jumpig,climbrig buildings,and stoppig trais.<br>But nobody pays me a dime for that work. </p>
<a class="link-button" href="http://google.com" target="_blank" rel="noopener noreferrer">HIRE ME</a>
</div>
<div class="half-width">
<img src="images/peter.png" alt="">
</div>
</section>
<section class="biography-area">
<div class="half-width">
<img src="images/peter_dream.png" alt="">
</div>
<div class="half-width">
<h1>Biography</h1>
<p>
Lorem ipsum is simply dummy text of the printing and typesetting industry .Lorern ipsum has been the industry's standard dummy text ever since the 1500s,when a unknown printer took a galley of type and scrambled it to make a type.
</p>
<a class="cv-button" href="http://www.google.com" target="_blank" rel="noopener noreferrer">Download CV</a>
</div>
</section>
<section class="latest-work">
<div class="new-work">
<h2 class="text-center">MY Latest Work</h2>
</div>
<div class="project-photo">
<img src="images/work-1.png" alt="">
<img src="images/work-2.jpg" alt="">
<img src="images/work-3.jpg" alt="">
</div>
</section>
<section class="review">
<h2>What Client Are Say</h2>
<div class="review-2">
<h5>Bruce Moccy</h5>
<p>Founder & CEO Alies</p>
<p>
Lorem ipsum is simply dummy text of the printing and typesetting industry .Lorern ipsum has been the industry's stand
</p>
</div>
<div class="gmail">
<p>Leave me a message in the</p>
<a href="http://[email protected]" target="_blank" rel="noopener noreferrer">[email protected]</a>
</div>
<div class="skills">
<h2>SKILLS</h2>
<button>Html</button>
<button>Css</button>
<button>Javascript</button>
<button>React</button>
<button>Bootstrap</button>
<button>Python</button>
<button>Django</button>
<button>Wordpress</button>
</div>
</section>
<footer>
<p>Programming Hero initiative.@2020 All right reserved</p>
</footer>
</body>
</html>