-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPersonal Blog.html
More file actions
73 lines (57 loc) · 2.49 KB
/
Personal Blog.html
File metadata and controls
73 lines (57 loc) · 2.49 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<title> Arun Kaushik </title>
<body style="background-color:#D2D1D0"> </body>
<center> <img src=https://i.ibb.co/cycP12J/circle-cropped.png width="300" height= "300" alt= "Profile Picture">
<h2> Arun Kaushik </h2>
<p>Student, Coding Dojo</p>
<p> I am a student at <a href= https://www.codingdojo.com>Coding Dojo</a>. Here I am learning to be a full stack web developer through a online flex program. </p>
</center>
<hr>
<h2> About Me</h2>
<p> I was born in Chandigarh, India on January, 26 1999. I grew up in a middle class family with my parents and an older sister. I moved to United Sates of America
after graduating from high school at the age of 18. I had a passion about computers since a very young age. I always wanted to be a
web developer. Currently I am into Logistics business living in Stockton, California and a part time student at Coding Dojo.
</p>
<hr>
<h2> My Hobbies </h2>
<p><ul>
<li>Reading</li>
<li>Writting</li>
<li>Swimming</li>
<li>Hiking</li>
</ul> </p>
<hr>
<h2> Working Experience </h2>
<p><ul>
<li>Store Manager; Round Table Pizza, Stockton CA </li>
<li>Assistant Manager; Village Liquor & More, Stockton CA </li>
<li>Freight Hauler; King Bird Logistics INC; Stockton CA </li>
</ul></p>
<hr>
<h2> <u>Contact Me</u> </h2>
<form><br>
<label> First Name</label>
<input type= "text" id= "First Name" required><br>
<label> Last Name</label>
<input type="text" id= "Last Name" required><br>
<label> Email </label>
<input type="url" id= "Email" required><br>
<label> Contact Number </label>
<input type="tel" id= "Contact" required><br>
<label>Whats on your Mind</label>
<input type= "text" id= "message" required> <br>
</form>
<button type="submit"> Submit </button>
<hr>
<h2> Social Media</h2>
<form action="https://www.facebook.com/arun.kaushik.35912672" target="_blank">
<input type="submit" value="Facebook" />
<form action="https://www.instagram.com/kaushik.0045/" target="_blank">
<input type="submit" value="Instagram">
<form action="https://github.com/kaushik0045" target= "_blank">
<input type= "submit" value= "GitHub">
</form>
<hr>
<hr>
</html>