-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (91 loc) · 3.29 KB
/
index.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
<!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>Document</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="wrapper">
<div class="container">
<div class="box" id="image">
<img src="logo.png" alt="" height="98%" />
</div>
<div class="box" id="header">
<ul>
<li><a href="#project">Projects</a></li>
<li><a href="#wor">Work-Experience</a></li>
<li><a href="#contact"> Contact</a></li>
</ul>
</div>
<div class="box" id="obj">
<h2>Objective</h2>
<p>
I am a second-year information technology student seeking a
responsible position in a reputable IT-based industry in order to
gain practical experience and serve my organization.
</p>
<h2>Skills</h2>
<p>
I have proficient skills in C,python pandas and data structures. I am
interested in web development domain and have previously worked in
this field at DRDO , Sparks foundation and oasis info. I am
interested in learning about new technologies and expanding my
knowledge
</p>
</div>
<div class="box" id="profile">
<img src="profit.jpg" alt="" height="98%" />
</div>
<div class="box" id="project">
<h2>Projects</h2>
<h3>Mini - Bank website</h3>
<p>
In this project, I used HTML, CSS Server.
</p>
<h3>amazon Clone Website</h3>
<p>
I made the clone of amazon shopping website using HTML and CSS.
</p>
<h3>Feedback Software</h3>
<p>
I made a complete working feedback giving website using HTML, CSS
Server.
</p>
<h3>Foodie-Blog Website</h3>
<p>I made a basic Foodie blog website using HTML and CSS.</p>
</div>
<div class="box" id="sample">
<img src="amazon.jpg" alt="" height="50%" width="90%" /> <br />
<br />
<img src="sparks.png" alt="" width="90%" />
</div>
<div class="box" id="wor">
<h2>Work-Experience</h2>
<h3>Encryptix</h3>
<p>Web-Developement Intern</p>
<p>May 2024 - Current</p>
</div>
<div class="box" id="code">
<img src="code.jpg" alt="" width="100%" />
</div>
<div class="box" id="contact">
<h2>Contact</h2>
<a
href="https://www.linkedin.com/in/shubhangi-kumari-1aa923289?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"
target="_blank"
>Linkedin</a
>
<a href="mailto: [email protected]"> Email</a>
<a href="https://github.com/Shubhangi22kumari" target="_blank">github</a>
<br/>
<br/>
<br/>
©Copyright. All Rights Reserved. shubhangi kumari
</div>
</div>
</div>
</body>
</html>