-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvedanth.html
More file actions
51 lines (50 loc) · 1.56 KB
/
vedanth.html
File metadata and controls
51 lines (50 loc) · 1.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Final Project</title>
</head>
<body>
<header>
<h1>Vedanth M</h1>
<nav>
<a href = "http://www.gmail.com">One</a>
<a href = "http://www.facebook.com">Two</a>
<a href = "http://www.google.com">Three</a>
<a href = "http://www.github.com">Github</a><br>
</nav>
</header>
<section>
<h2>Favorite Movies</h2>
<ul>
<li>The Shawshank Redemption</li>
<li>Fast and Furious</li>
<li>James bond</li>
<li>Hotel Transalvyania</li>
</ul>
</section>
<section>
<h2>Achievements</h2>
Progress in this course (100%)
<progress value="100" max="100"></progress>
<br>
Progress in the Specialization capstone (20%)
<progress value="20" max="100"></progress>
<br>
Progress in life goals (25%)
<progress value="25" max="100"></progress>
</section>
<section>
<h2>More About Me</h2>
<details>
<summary>My Childhood</summary>I grew up in udupi. I am in university now . I am studing Information science and Engineering
</details>
</section>
<footer>
<img src="http://www.intro-webdesign.com/images/newlogo.png" alt="Web Design For Everyone">
This page was created by Vedanth & Colleen van Lent.
To learn more about web design, visit
<a href="http://www.intro-webdesign.com/">Intro to Web Design</a>
</footer>
</body>
</html>