-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (61 loc) · 2.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Website</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
</head>
<body>
<section class="header">
<div class="half-width">
<h1>Hello I'm</h1>
<h1><span class="name-highlight">Sultana Razia</span></h1>
<p>To gain confidence and fame using my potential in the field of “Web Development”, and express my innovative creative skills for self and company growth.</p>
<a class="button" target="_blank" href="https://www.linkedin.com/in/sultana-razia-898ab5159/">HIRE ME</a>
</div>
<div class="half-width">
<img src="images/peter.png" alt="">
</div>
</section>
<section class="boigraphy">
<div class="half-width">
<img src="images/peter_dream.png" alt="">
</div>
<div class="half-width">
<h2>Biography</h2>
<p>I’m a Web Developer. I'm also a learner at Programming Hero. I’ve worked internationally, in-house, and remotely on projects for leading brands, agencies, startups, and charities. I care deeply about creating world-class, useful, and beautiful products that help people and make a difference. I can be as involved in your project as you need me to be and as the front-end and WordPress build.</p>
<a class="button" target="_blank" href="https://www.linkedin.com/in/sultana-razia-898ab5159/">DOWNLOAD RESUME</a>
</div>
</section>
<section class="latest-work">
<h3>My Latest Work</h3>
<div class="control">
<img src="images/latest-work/work-1.png" alt="">
</div>
<div class="control">
<img src="images/latest-work/work-2.jpg" alt="">
</div>
<div class="control">
<img src="images/latest-work/work-3.jpg" alt="">
</div>
</section>
<footer class="client">
<h2>What client Are Say</h2>
<div class="margin">
<h3>Jhanker Mahbub</h3>
<p>Founder & CEO Programming Hero</p>
</div>
<div class="margin">
<p>Because of the release, I think Sultana may be an interview with </p>
<p>a software company, so we are extremely happy with the results.</p>
</div>
<div class="margin" style="text-align:center" id="box">
<h4>Leave me a messege in the</h4>
<h2>sultanarazia483@gmail.com</h2>
</div>
<p id="last">Sultana Razia @ 2020 All Right Reserved</p>
</footer>
</body>
</html>