-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
58 lines (51 loc) · 1.88 KB
/
aboutme.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Manoj">
<meta name="description" content="This page contains all the things while I am learning how to create a portfolio website as I learn HTML.">
<meta name="viewport"content="width=device-width , initial scale=1.0">
<title> MyPersonal Portofolio Website </title>
<link rel="icon" href= "icon.png" type="image/x-icon">
<link rel="stylesheet" href="style2.css" type="text/css">
</head>
<body>
<h1>Manoj Sai Vardhan</h1>
<h1> Web developer in learning </h1>
<h3>First year computer science student </h3>
<dl>
<dt><h3>Studies at</h3></dt>
<dd><h4>National institute of technology , Durgapur </h4></dd>
</dl>
<section id="About">
<div class="card">
<img src="img3.jpg" alt="A picture of myself" height="400" width="300">
<div class="card-info">
Manoj sai vardhan
</div>
</div>
</section>
<ul>
<li>studied till grade 10 at sri chaitanya school , visakhapatam</li>
<li>studied for intermediate education (grade 11-12 ) at sri chaitanya junior college , visakhapatnam</li>
</ul>
<h2>Web developer in Learning </h2>
<span class="dropcap">A</span>curious person keen on learning new things
<br>
<br>
<h3>I'm currently working on developing a portfolio website</h3>
<p></p>
<p>Let me tell you how :</p>
<ol>
<li>The most helpful youtube channel in my journey is <a href="https://www.youtube.com/@DaveGrayTeachesCode">Dave Gray </a> .</li>
<li> I used the resources from <abbr title=" Mozilla Developer Network">
<a href="https://developer.mozilla.org/">MDN</a>
</abbr>.</li>
</ol>
</section>
<hr>
<p>
<a href="/">Back to home page</a>
</p>
</body>
</html>