generated from skills/introduction-to-github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (76 loc) · 2.28 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
<html>
<head>
<title>Sneha Resume</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header id="header">
<!-- resume header with your name and title -->
<h1>SNEHA GOND</h1>
<hr>
WEB DEVELOPER
<hr>
<!-- contact info including social media -->
</header>
<main>
<article id="mainLeft">
<section>
<h2>CONTACT</h2>
<!-- contact info including social media -->
<p>
<p>
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="mailto:snehasgr1675@gmail.com">snehasgr1675@gmail.com</a>
</p>
<i class="fab fa-github" aria-hidden="true"></i>
<a href="github.com/sneha2006sgr">Sneha Gond</a>
</p>
<p>
<i class="fab fa-linkedin" aria-hidden="true"></i>
<a href="www.linkedin.com/in/sneha-gond">Sneha Gond</a>
</p>
</section>
<section>
<h2>SKILLS</h2>
<!-- your skills -->
<p>HTML, CSS, GitHub, VS Code, Word Press, PHP, Python, SQL, Ms-Office, JavaScript..</p>
</section>
<section>
<h2>EDUCATION</h2>
<!-- your education -->
<h3>BACHELORS IN COMPUTER APPLICATION</h3>
<p>
KES Shroff's College
</p>
<p>
2023-PRESENT
</p>
</section>
</article>
<article id="mainRight">
<section>
<h2>ABOUT</h2>
<!-- about you -->
<p>I am a passionate Web Developer and ready to learn and contribute my knowledge for growth of your company. I am looking forward to work in a peaceful learning environment. </p>
</section>
<section>
<h2>WORK EXPERIENCE</h2>
<!-- your work experience -->
<h3>Web Developer</h3>
<p>
GAOTek Inc | June 2024- Nov 2024
</p>
<p>
Publishing website on wordpress using HTML CSS Javascript and PHP. By the time achieved te positions among leaders starting from Assistant Squad leader to highest leaders position of Platoon Leader.
</p>
<ul>
<li>Developing website using Wordpress </li>
<li>Leadership </li>
<li>Communication</li>
</ul>
</section>
</article>
</main>
</body>
</html>