-
Notifications
You must be signed in to change notification settings - Fork 0
/
h.html
94 lines (66 loc) · 2.14 KB
/
h.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="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ARYAN'S PERSONAL SITE</title>
</head>
<body>
<img src="aryan.png" alt="" />
<h1 align="center">ARYAN SHARMA</h1>
<hr>
<hr>
<h3>ABOUT ME</h3>
<p>Tech Enthusiast and interested in cybersecurity</p>
<p>Content writer</p>
<p>I am student in CSE</p>
<hr />
<h3>EDUCATION</h3>
<ul>
<li>PCMB in 12<sup>th</sup> .</li>
<li>Learning cpp and web developemnt.</li>
<li>
Learning WEB DEVELOPEMENT from <strong>Angela yu </strong> course.
</li>
</ul>
<hr />
<h3>WORK EXPERIENCE</h3>
<p>
I don't have many working experiences corresponding to the technology.
I am working as a content writer for a Youtube channel.
</p>
<hr>
<h3> MY SOCIAL MEDIA ACCOUNTS </h3>more to be added
<p>
<ol>
<li> <a href="https://www.linkedin.com/in/aryan-sharma-28322b201/">LinkedIn </a> </li>
<li> <a href="https://www.twitter.com/aryan_sharma17">Polywork</a> </li>
<li> </li>
</ol>
</p>
<hr>
<h3>SKILLS</h3>
<p>to be honest, i am gaining skills. dated 21 march 2022</p>
<hr>
<h3>CONTACT ME</h3>
<div class="form-example">
<label for="name">Enter your name: </label>
<input type="text" name="name" id="name" required>
</div>
<div class="form-example">
<label for="email">Enter your email: </label>
<input type="email" name="email" id="email" required>
</div>
<button>Subscribe!</button>
</div>
</form>
<form>
<fieldset>
<legend>personal info.</legend>
<label for="name">name:<input type="text" id="name" name="name of applier" ></label> <br>
<label for="email">email:<input type="text" id="email;" name="email of applier" ></label>
</fieldset>
</form>
</body>
</html>