-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (77 loc) · 3.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Website title-->
<title>Personal Portfolio</title>
<!-- Font awesome cdn link-->
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!--theme main css file-->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--introdution section-->
<section class="introduction-secton">
<div class="half-side">
<h2>Hello I'm</h2>
<h1> <span class="name-highlight">Jack Smith</span></h1>
<p>You might saw me jumping, climbing buildings, and stopping trains. But nobody pays me a dime for that work.So, now i want to be a web developer because a developer earns a lot of money.</p>
<a class="link-button" target="_blank" href="https://twitter.com/FerdousTareq">Here Me</a>
</div >
<div class="half-side1">
<img src="img/peter.png" alt="">
</div>
</section>
<!--Biography section start-->
<section class="biography-section">
<div class="half-side1">
<img src="img/peter_dream.png" alt="">
</div >
<div class="half-side biography">
<h2>Biography</h2>
<p>Lorem ipsum is simpy dummy text of the printing and typesetting industry. Lorem ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a gallery of type and scrambled it to make a type</p>
<a class="link-button" target="_blank" href="https://twitter.com/FerdousTareq">Download CV</a>
</div >
</section >
<!--Working Section-->
<section class="work-section">
<h2><span class="name-highlight1">My Latest Work</span></h2>
<div class="work-item">
<img src="img/work-1.png" alt="">
<img src="img/work-2.jpg" alt="">
<img src="img/work-3.jpg" alt="">
</div>
</section >
<!--Client review section-->
<section class="client-section">
<div class="client-contact">
<h2>What Client are say </h2>
<h3>Bruce Moccy</h3>
<p>Founder & CEO Alies</p>
<h4>"Lorem Ipsum is simply dummy text of the </h4>
<h4 class="h4-class">prienting and typesetting industry. Lorem Ipsum"</h4>
</div >
<div class="contact-mail">
<p>Leave a message in the</p>
<h3>Programming.hero1@gmail.com</h3>
</div>
</section >
<!-- Footer section start-->
<footer>
<div class="container">
<div class="footer-left">
<h3> Get in touch with - Jack <span id="name-highlight">Smith</span></h3>
<ul>
<li><i class="fa fa-facebook" aria-hidden="true"></i></li>
<li><i class="fa fa-twitter" aria-hidden="true"></i></li>
<li><i class="fa fa-google-plus" aria-hidden="true"></i></li>
<li><i class="fa fa-linkedin" aria-hidden="true"></i></li>
<li><i class="fa fa-instagram" aria-hidden="true"></i></li>
</ul>
<p>Programming hero initiative © 2020 All rights Reserved.</p>
</div>
</div>
</footer>
</body>
</html>