-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResume.html
138 lines (127 loc) · 4.65 KB
/
Resume.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
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume project</title>
<style>
.container {
width: 900px;
height: 1300px;
border: 3px solid black;
background-color: rgb(211, 231, 231);
flex-wrap: wrap;
border-radius: 10px;
}
.container img{
height:210px;
width: 200px;
border:8px splid wheat;
background-color: black;
border-radius: 20px;
}
.container td{
font-size: 22px;
}
</style>
</head>
<body>
<div class="container">
<div>
<div>
<h1>ANSHUL KOTWAL</h1>
<p>Contact:<a href="[email protected]">@[email protected]</a></p>
<p>Linkedin:<a href="https://www.linkedin.com/in/anshul-kotwal-b0558324a.">www.linkedin.com</a></p>
<p>Github:<a href="https://github.com/anshulkotwal.com">github.com</a></p>
<p>Facebook:<a href="https://www.facebook.com/anshul.kotwal.9.com"> facebook.com </a></p>
<p>Instagram:<a href="https://instagram.com/anshul_kotwal_?igshid=MzNlNGNkZWQ4Mg==.c"> Instagram.com</a>
</p>
</div>
</div>
<table>
<tr>
<td>
<img src="photo-2.jpg"alt="@nshulkotwal">
</td>
<td>
I am passionate software engineer with problem-solving and algorithmic thinking learner . I
love to
explore verious technologies and frameworks to develop efficient and stable solutions, with strong
foundation in data structure and algorithms , I strive to create robust and optimised code. I am
consatntly expanding my skills and staying up-to-date with the latest advancements in the fields of
software development. Also I love to make websites plus i am constantly working on webdesining.
</td>
</tr>
</table>
<section>
<h2>Education</h2>
<ul>
<li>Pursuing bechlors degree from computer science Ajay kumar garg engineering college , Ghaziabad</li>
<li>Completed my intermediate from Modern Groups of Institutions, Jhansi </li>
<li>Completed my 10th from Sacred Heart convenṭ public School </li>
</ul>
</section>
<section>
<h2>Work Experience:</h2>
<h3></h3>
<p></p>
<ul>
<!-- <li></li>
<li></li>
<li></li> -->
</ul>
</section>
<section>
<h2>Skills</h2>
<ul>
<li>learnning Java</li>
<li>c </li>
<li>HTML</li>
<li>CSS</li>
<li>SQL</li>
<li>Javascript</li>
</ul>
</section>
<section>
<h2>Achievements</h2>
<ul>
<li>Got 95% in 10th boards & Secured 90% in Intermediate boards.</li>
<li></li>
</ul>
</section>
<section>
<h2>Projects</h2>
<ul>
<li>
<h4>Working on projects</h4>
<!-- <h4>Receipe hotel project using html and css.</h4> -->
</li>
<!-- <li></li>
<li></li>
<li></li>
<li></li> -->
</ul>
</section>
<section>
<h2>Frequently Asked Questions:</h2>
<details>
<summary>What is your Name?</summary>
<p>Anshul kotwal</p>
</details>
<details>
<summary>What are your hobbies?</summary>
<p>my interests of doing are understanding various of technologies present all around us and understand
how they function whats the basic code inside it and playing football and chess are my favourite one
in games</p>
</details>
<details>
<summary>Where are you from?</summary>
<p>Jhansi Uttarpradesh</p>
</details>
</section>
<footer>
<p>© 2023 Anshulkotwal. All rights reserved.</p>
</footer>
</div>
</body>
</html>