-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (103 loc) · 3.28 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
100
101
102
103
104
105
106
107
108
109
110
111
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>jpg to html/css</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<!-- Add your site or application content here -->
<div class="template clear">
<header class="headsection clear">
<div class="title clear">
<h2><span class="extra">F</span>arhan <span class="extra">S</span>akib</h2>
</div>
<nav class="mainmenu clear">
<a id="active" href="#">Home</a> --
<a href="#">About Us</a> --
<a href="#">Services</a> --
<a href="#">Portfolio</a> --
<a href="#">Contact us</a>
</nav>
</header>
<div class="mainsection clear">
<section class="maintop clear">
<hgroup>
<h2>E.H. Farhan Sakib</h2>
<h3>University Of Barishal</h3>
</hgroup>
</section>
<section class="content clear">
<div class="description clear">
<p>I am Farhan. I am a student. Department of Computer science & Engineering. University of Barishal</p>
</div>
<div class="midcontent clear">
<div class="midleft clear">
<h2>About Me</h2>
<p>I am Farhan Sakib.
I am from Patuakhali.
I am a student of Hons 4th semester.
Department of Computer Science & Engineering,
University of Barishal
</p>
</div>
<div class="midimg clear">
<img src="img/img.jpg" alt="picture">
</div>
</div>
</section>
<section class="post clear">
<div class="allpost clear">
<article class="samearticle clear">
<header>
<h2>Part A</h2>
<p>Assalamualaikum. I am Farhan sakib</p>
</header>
<footer>
<div class="postlink clear">
<a href="#">orem ipsum</a>
</div>
</footer>
</article>
<article class="samearticle clear">
<header>
<h2>Part B</h2>
<p>Assalamualaikum. I am Farhan sakib</p>
</header>
<footer>
<div class="postlink clear">
<a href="#">orem ipsum</a>
</div>
</footer>
</article>
<article class="samearticle clear">
<header>
<h2>Part C</h2>
<p>Assalamualaikum. I am Farhan sakib</p>
</header>
<footer>
<div class="postlink clear">
<a href="#">orem ipsum</a>
</div>
</footer>
</article>
</div>
</section>
</div>
<footer class="footersection clear">
<p>©:copyright ROLL: 19CSE033</p>
</footer>
</div>
</body>
</html>