-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv-project.html
More file actions
155 lines (150 loc) · 6.84 KB
/
cv-project.html
File metadata and controls
155 lines (150 loc) · 6.84 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!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>Personal information</title>
<link rel="stylesheet" href="style.css"/>
<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=Roboto:wght@300&display=swap" rel="stylesheet">
</head>
<!--Container start-->
<body>
<div class="container">
<!--Header start-->
<header>
<img class="profile_image" src="pic.png">
<div class="header-bio">
<h1>Md.Saddam Hossain</h1>
<h3>Web Developer</h3>
</div>
<div class="header-contact">
<p><a href="mailto:mdsaddamkhan320@gmail.com">Email: mdsaddamkhan320@gmail.com</a></p>
<p><a href="https://anytimebazzar.com">Website:TechSciSolution.com</a></p>
<p><a href="tel:+8801768540246">Phone: 01768540246</a></p>
</div>
</header>
<!--Header end-->
<!--Clearing div-->
<div class="div-clear"></div>
<hr>
<!--Main start-->
<main>
<!--personal section start-->
<sction id="personal-section">
<div class="content">
<div class="left-div">
<h3>personal Information</h3>
</div>
<div class="right-div">
Address: Baherear-chala, Mawna, Sreepur, Gazipur, Dhaka(Banglasesh) <br>
Sex: Male<br>
Date of birth: 12/04/2001<br>
Nationality: Banglaseshi
</div>
</div>
</sction>
<!--Clearing div-->
<div class="div-clear"></div>
<!--personal section end-->
<hr class="common-hr">
<!--work section start-->
<sction id="work-section">
<div class="content">
<div class="left-div">
<h3>Work Exprience</h3>
</div>
<div class="right-div">
<ol type="1"><li><p> <b>Matelecom Network-</b><br>
Description: Matelecom Network is our own lcal internert broadband connection<br>
house. Where I was working with my brother for more then five yours.<br></p></li></ol>
</div>
</div>
</sction>
<!--Clearing div-->
<div class="div-clear"></div>
<!--Work Section end-->
<hr class="common-hr">
<!--Skill section start-->
<sction id="skill-section">
<div class="content">
<div class="left-div">
<h3>Extra Curricular Activities</h3>
</div>
<div class="right-div">
<ol type="1">
<li><b>Microsoft Office:</b> Certificate Owned by Mymensinghs Technical Board<br>Bangladesh (01-07-2018)</li>
<li><b>internet/Cyber Security:</b> Certificate Owned by Arena Web Security. Six Months to completed the course (08-05-2020)</li>
<li><b>Web Developer:</b> Certificate Owned by Delta Developer(Front End Developer)</li>
<li><b>Interested:</b> Photography and also International knowledge gathering.</li>
</ol>
</div>
</div>
</sction>
<!--Clearing div-->
<div class="div-clear"></div>
<!--skill Section end-->
<hr class="common-hr">
<!--Education section start-->
<sction id="Education-section">
<div class="content">
<div class="left-div">
<h3>Education</h3>
</div>
<div class="right-div">
<div class="education-left">
<h4>B.Sc. in Computer Science & Engineering</h4>
<h5>2022-2025 | CGPA : 3.92/4.00</h5>
<p>Northern University Bangladesh</p>
<p>Dakshin, Ashkona, Haji-camp, (Near)International Air-port, Dhaka, Bangladesh</p>
<P><a href="https://www.nub.ac.bd/">https://www.nub.ac.bd/</a></P>
</div>
<div class="education-right">
<h4>M.Sc. in Software Development</h4>
<h5>2026-Running | CGPA : 3.92/4.00 </h5>
<p>Harvard University</p>
<p>Cambridge, MA, United States</p>
<p><a href="https://www.harvard.edu">https://www.harvard.edu</a></p>
</div>
</div>
</div>
</sction>
<!--Clearing div-->
<div class="div-clear"></div>
<!--skill Section end-->
<hr class="common-hr">
<!--Awards & Honors Start-->
<section id="awards-&-honors-section">
<div class="content-last">
<div class="left-div">
<h3>Honors & Awards</h3>
</div>
<div class="right-div">
<ul type="disc">
<li>Tution Waiver: On the basi of excillent accademic result in university</li>
<li>100% Scholarship: From Harvard University</li>
<li>Project Completed: Completed the CSS & Html for Website</li>
</ul>
</div>
</div>
</section>
<!--Awards & Honors end-->
<div class="div-clear"></div>
</main>
<!--Header end-->
<!--Footer start-->
<footer class="footer">
<a href="https://www.facebook.com/soft.dev3/">Facebook</a>
<a href="https://www.yourube.com/techscisolution/">Youtube</a>
<a href="https://www.anytimebazzar.xyz/">Website</a>
<p>Copyright © Md.Saddam 2022</p>
</footer>
<!--Footer end-->
</div>
<!--Container end-->
<footer>
</footer>
</body>
</html>