-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (89 loc) · 2.46 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
<html>
<head>
<title>19CSE043</title>
<meta name="description" content="">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="template clear">
<header class="headsection clear">
<div class="title clear">
<h2><span class="extra">Mubin</h2>
</div>
<nav class="mainmenu clear">
<a id="active" href="#">Home</a> -
<a href="#">About</a> -
<a href="#">Education</a> -
<a href="#">Contact</a> -
<a href="#">Skill</a>
</nav>
</header>
<div class="mainsection clear">
<section class="maintop clear">
<hgroup>
<h2><span style="color:#F26722;">Hello! I'm Muhiuddin Ahmed Mubin</span></h2>
<h3>Web Developer</h3>
</hgroup>
</section>
<section class="content clear">
<div class="description clear">
<p>Welcome to my website!</p>
</div>
<div class="midcontent clear">
<div class="midleft clear">
<h2>About Me</h2>
<p>I am a student at the Department of Computer Science and Engineering int the University of Barishal.</p>
</div>
<div class="midimage clear">
</div>
</div>
</section>
<section class="post clear">
<div class="allpost clear">
<article class="samearticle clear">
<header>
<h2>2019 to Present</h2>
<p><b>Bachelor of Science</b> <br> Dept. of CSE <br>
Univesity of Barishal</p>
</header>
<footer>
<div class="postlink clear">
<a href="#">Details >> </a>
</div>
</footer>
</article>
<article class="samearticle clear">
<header>
<h2>2016 to 2018</h2>
<p><b>Higher Secondary Certificate</b> <br> Division of Science <br> Govt. Syed Hatem Ali College, Barishal</p>
</header>
<footer>
<div class="postlink clear">
<a href="#">Details >> </a>
</div>
</footer>
</article>
<article class="samearticle clear">
<header>
<h2>2011 to 2015</h2>
<p><b>Secondary School Certificate</b> <br>Barishal Zilla School, Barishal</p>
</header>
<footer>
<div class="postlink clear">
<a href="#">Details >> </a>
</div>
</footer>
</article>
</div>
</section>
</div>
<footer class="footsection clear">
<section class="footportion clear">
<p>© Copyright Mubin (19CSE043) || <a href="#">Privacy policy</a></p>
<p><a href="#">http://www.mubin.com</a></p>
<p><a href="mailto:mubin.cse6.bu@gmail.com">mubin.cse6.bu@gmail.com</a></p>
</section>
</footer>
</div>
</body>
</html>