-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresum.html
More file actions
316 lines (254 loc) · 7 KB
/
Copy pathresum.html
File metadata and controls
316 lines (254 loc) · 7 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
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="resume.css">
<title>Razikh Resume</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
#navbar{
width:100%;
height:80px;
padding-top:40px;
}
#navbar1{
background-color:blue;
}
a{
font-style:initial;
text-shadow:50px;
font-size: larger;
margin-right: 40px;
font-weight: 200;
color:black;
}
a:hover{
font-weight: bold;
}
div{
margin-bottom: 5px;
}
#name{
font-weight: 600;
}
.header {
background-color: #f1f1f1;
}
.header h1 {
font-size: 30px;
margin-bottom: 0;
}
.main {
padding: 20px;
}
.skills {
border-top: 1px solid #ddd;
padding-top: 20px;
}
.skills h2 {
font-size: 20px;
margin-bottom: 10px;
}
.skills ul {
list-style: none;
margin: 0;
padding: 0;
}
.skills li {
margin-bottom: 5px;
}
.projects {
border-top: 1px solid #ddd;
padding-top: 20px;
}
.projects h2 {
font-size: 20px;
margin-bottom: 10px;
}
.projects ul {
list-style: none;
margin: 0;
padding: 0;
}
.projects li {
margin-bottom: 10px;
}
.recommendations {
border-top: 1px solid #ddd;
padding-top: 20px;
}
.recommendations h2 {
font-size: 20px;
margin-bottom: 10px;
color:blue;
}
.image{
height: 150px;
width:150px;
display:inline;
}
.profile{
display: flex;
}
.aboutme{
padding:10px;
}
#skills1{
display: flex;
justify-content:space-between;
}
.skills2{
margin:30px;
padding: 20px;
border-style:double;
border-width:5px;
border-radius: 10%;
border-color: black;
}
.size{
height:50px;
width:50px;
}
p{
margin:0px;
display:block;
}
#container{
display:flex;
flex-direction:row;
align-items:center;
}
#buttonss{
margin-left:100px;
margin-top:20px;
padding: 10px;
background-color: rgb(182, 117, 32);
}
#box1{
border-style:double;
border-radius: 20px;
border-width: 10px;
border-color:black;
margin:10px;
padding:15px;
background-color: azure;
}
#box2{
border-style:double;
border-radius: 20px;
border-width: 10px;
border-color:black;
margin:10px;
padding:15px;
background-color: azure;
}
#box3{
border-style:double;
border-radius: 20px;
border-width: 10px;
border-color:black;
margin:10px;
padding:15px;
background-color: azure;
}
#hello{
width: 400px;
height: 100px;
margin-bottom: 15px;
border-color: black;
border-width: 20px;
}
#hello1{
width:400px;
margin-bottom: 10px;
border-width: 10px;
}
#submit{
margin-left: 150px;
margin-bottom:10px;
width:100px;
height:40px;
color:blue;
}
#recommendations{
padding:50px;
}
.leavearecommendation{
margin:0px 150px 50px 300px;
}
#submit{
padding:50px;}
</style>
</head>
<body>
<header class="header">
<div id="navbar1">
<div id="navbar">
<div id="name">Venakt sai<a style="margin-left:50%;">About us</a><a href="#skills">Skills</a><a href="#projects">projects</a><a href="#recommendations">Recommendations</a></div>
<div><i class="fa-solid fa-phone"></i>+919346243176</div>
<div><i class="fa-solid fa-envelope"></i>razikh1811@gmail.com</div>
</div>
</div>
</header>
<main class="main">
<div class="profile">
<img class="image" src="profile1.jpg">
<span class="aboutme"> <h1 style="color:blue">HI I'M NAMA VENKAT SAI!</h1> I'm a full stack developer with 3 years of experience in building both front-end and back-end applications. I have worked on various applications and microservices deployed in AWS Cloud. I am also appassionate about AI and Machine Learning, and have worked on projects using IBM Watson. Some of the technologies I have experience with include Python, Java, Javascript, Node.js, React, and AWS.</span>
</div>
<section class="skills" id="skills">
<h2 style="color:blue">Skills</h2>
<div id="skills1">
<div class="skills2"><img class="size"src="html.jpg">
<p>html</p></div>
<div class="skills2"><img class="size" src="css.jpg"><p>CSS</p></div>
<div class="skills2"><img class="size" src="js.jpg"><p>JS</p></div>
<div class="skills2"><img class="size" src="node js.jpg"><p>Node JS</p></div>
</div>
</section>
<section class="projects" id="projects">
<h2 style="color:blue">Projects</h2>
<ul>
<h4>Chatbot</h4>Developed a conversational user interface powered by chatbot for a social networking platform.
<h4>Sentiment Analyzer</h4> Developed and deployed a sentiment analyzer for the e-commerce platform.
<h4>Fashion Website</h4>Created a single-page website for a new fashion brand with a user-friendly interface and shopping cart.
</ul>
</section>
<h2 style="color:blue">Recommendations</h2>
<section id="recommendations">
<div id="container">
<div id="box1">
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Dicta sequi tempora illum odit. Aperiam maxime id ut deleniti magnam. Molestiae eaque eligendi aut quo dignissimos adipisci, ipsam nihil ea at!</p>
</div>
<div id="box2">
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Illo quas tempore numquam rem minus officia amet magnam, cupiditate molestias consectetur a. Dolorem culpa nesciunt fugit maiores reiciendis. Aperiam, quos praesentium.</p>
</div>
<div id="box3">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Animi blanditiis quia ipsam mollitia voluptatem. Accusamus quos odit excepturi ea, soluta iste, ipsum obcaecati voluptas sed ipsam, nihil amet impedit itaque.</p>
</div>
</div>
<div class="leavearecommendation">
<h2>Leave A Recommendation</h2>
<input type="text" id="hello1" placeholder="Enter your name"><br>
<input type="text" id="hello" placeholder="Recommendation About him"><br>
<form id="myForm">
<button type="submit" style="background-color: aqua;">Submit</button>
</form>
</div>
<div id="notification" class="notification">
<span class="closebtn" onclick="this.parentElement.style.display='none';">×</span>
<strong>Success!</strong> Thanks for your Recommendation<br>
<button id="buttonss">OK</button>
</div>
<script src="script.js"></script>
</body>
</html>
</section>
</main>
</body>
</html>