-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (87 loc) · 2.01 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
<!DOCTYPE html>
<html lang="eng">
<head>
<meta charset="utf-8">
<title>Final Project</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<header>
<h1>
MD.Aziz-Ul-Karim
</h1>
<nav>
<a href="http://www.google.com">one</a>
<a href="http://www.facebook.com">two</a>
<a href="http://www.youtube.com">three</a>
<a href="http://www.codeforces.com">four</a>
<a href="https://prithibee13.github.io/Freesbee/?fbclid=IwAR1m2gMLYjl66bSuoRhg7iyw5DRPmpxt1pe9L6GumLAZnKsr1tVuf2D19hQ">Five</a>
</nav>
</header>
<div class="container">
<section class="e">
<h2>
Favorite Foods
</h2>
<ol>
<li>
<p>
Kacci Biriani
</p>
</li>
<li>
<p>
Mango
</p>
</li>
<li>
<p>
Licchi
</p>
</li>
<li>
<p>
Grill Chicken
</p>
</li>
<li>
<p>
Chicken Roast
</p>
</li>
<li>
<p>
Beef
</p>
</li>
</ol>
</section>
</div>
<div class="container">
<section class="f">
<h2>
Achievement
</h2>
<p>Progress in this course (100%) <progress value="1"></progress><br>
Progress in the Specialization capstone (20%) <progress value="20" max="100"></progress><br>
Progress in life goals (40%) <progress value="40" max="100"></progress>
</p>
</section>
</div>
<div class="container">
<section class="g">
<h2>
More About Me
</h2>
<details open>
<summary>My Childhood</summary>
<p> I grew up in Dhaka, Bangladesh. I lived in Rampura north site of the city. I miss the royal life and cushines of Dhaka.</p>
</details>
</section>
</div>
<footer>
<img src=" http://www.intro-webdesign.com/images/newlogo.png", alt = "logo "> This page was created by MD.Aziz-ul-karim and Colleen van Lent. To learn more about Web design, visit <a href=" http://www.intro-webdesign.com">Intro to Web Design </a>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>