-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathh.html
129 lines (81 loc) · 2.64 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!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>
<!-- <style>
body{
background-color: black;
}
hr{
background-color:yellow ;
border-style:dotted none none;
width:100px;
height:0px;
}
</style> -->
</head>
<link rel="stylesheet" href="h.css">
<body>
<img src="aryan.png" alt="" />
<h1 align="center">ARYAN SHARMA</h1>
<hr>
<hr>
<div class="aboutme">
<h3>ABOUT ME</h3>
</div>
<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>
<p>
<ol>
<li> <a href="https://www.linkedin.com/in/aryan-sharma-28322b201/">LinkedIn </a> </li>
<li> <a href="https://www.polywork.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>
<a href="contact.css"></a>
<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>