-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (91 loc) · 4.37 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
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rezuana Haque</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=STIX+Two+Math&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/PSX_20210705_225239.jpg" type="image/x-icon">
<section class="section1">
<div class="section1text">
<h2 id="section1h2">HEY THERE!</h2>
<h1 id="section1h1">MY NAME IS</h1>
<h1>
<nobr id="section1h1">REZUANA HAQUE</nobr>
</h1>
<p>
<nobr class="webdev"><b>I'M A FUTURE WEB DEVELOPER</b></nobr>
</p>
</div>
<div class="section1img">
<img src="images/PSX_20210705_225239.jpg" alt="" width="550" height="730">
</div>
</section>
<section class="section2">
<p class="font all"><b>SERVICES</b></p>
<h3 class="greatat all">What am I great at?</h3>
<p class="all">I already learned the basic HTML and CSS.I can build any simple website. I can even teach my
grandma how to make simple website.<br>My goal is to build 3 websites and learn advanced topic for now...I
will learn Javascript, React, PHP soon.
</p>
<br>
<div class="flex">
<div class="padding">
<img src="images/html.png" alt="" width="100" height="100"> <br>
<a class="p1" target="_blank" href="https://github.com/Megha-r-prog">html Projects</a>
</div>
<div class="padding">
<img src="images/Untitled design (2).png" alt="" width="100" height="100"><br>
<a class="p2" target="_blank" href="https://github.com/Megha-r-prog">CSS Projects</a>
</div>
<div class="padding">
<img src="images/Untitled design (3).png" alt="" width="100" height="100"><br>
<a class="p3" target="_blank" href="https://github.com/Megha-r-prog">JS Projects</a>
</div>
<div class="padding">
<img src="images/Untitled design (4).png" alt="" width="100" height="100"><br>
<a class="p4" target="_blank" href="https://github.com/Megha-r-prog">React Projects</a>
</div>
</div>
<br>
<h3 class="greatat all">Do You Want To Hire Me?</h3>
<div class="cvboth">
<a class="cv" target="_blank" href="https://www.linkedin.com/in/rezuana-haque-42150418b/">HIRE ME</a>
<a class="cv" target="_blank" href="https://www.linkedin.com/in/rezuana-haque-42150418b/">DOWNLOAD CV</a>
</div>
</section>
<section class="flex section3">
<div>
<img class="section3img" src="images/1606661407079_IMG_148-01-01.jpeg" alt="" width="50%">
</div>
<div class="section3txt">
<h3 class="cvboth">ABOUT ME</h3>
<p class="cvboth">
<nobr>“Find out what you like doing best and get<br> someone to pay you for doing it." —Katherine
Whitehorn</nobr>
<hr width="50%" color="teal">
</p>
<p class="para cvboth">I am a hard-working web developer with a flair for creating elegant solutions in the
least
amount of time. Developed an ecommerce webapp, customer web portal, documentary launch website, and
donations webapp for a local charity. Passionate about software architecture and cloud computing.
Regular attendee of web developer meetups and hackathons.
</p>
<div class="flex">
<div><a class="text" target="_blank" href="mailto:[email protected]?subject = Feedback&body = Message">
<span class="bold">EMAIL:</span><br> [email protected]
</a></div>
<div class="phone"><a class="text" href="tel:01676305752">
<span class="bold">PHONE:</span><br> 0167-630-5752
</a></div>
</div>
</div>
</section>
</head>
<body>
</body>
</html>