-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
220 lines (203 loc) · 8.44 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
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
<!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">
<link rel="stylesheet" href="./styleab1.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<title>Ram Sunil</title>
</head>
<body>
<div class="navbar">
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i><img src="https://img.icons8.com/ios/50/000000/menu-squared-2--v1.png"/></i>
</label>
<a class="mainpage" href="../index.html">Main Page</a>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#myskills">Skills</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#contact-info">Contact me</a></li>
</ul>
</nav>
</div>
<!-- home section -->
<section id="home">
<div class="home container">
<div>
<h1 >I'am Ram Sunil</h1>
<p>Student and Front end developer</p>
</div>
</div>
</section>
<!-- end of home section -->
<!-- about section -->
<section id="about">
<div class="about container">
<div class="section-title">
<h1>About me</h1>
<p>I am a Student and I just find myself happy with the simple things</p>
</div>
<div class="left-and-right">
<div class="col-left" >
<div class="profilepic">
<img src="./profile-pic.jfif" alt="profilepic">
</div>
</div>
<div class="col-right">
<h1>Student</h1>
<ul>
<li>
<i><strong>Name:</strong>G. Ram Sunil Kumar Reddy</i>
</li>
<li>
<i> <strong>DOB:</strong> "02-01-2003"</i>
</li>
<li>
<i><strong>Degree:</strong>B-tech</i>
</li>
<li>
<i><strong>Languages known:</strong>Telugu and English</i>
</li>
<li>
<i><strong>Hobbies:</strong>Litesning songs and sleeping</i>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- end of about section -->
<!-- skills section -->
<section id="myskills">
<div class="myskills container">
<div class="section-title">
<h1>My skills</h1>
</div>
<div class="skills">
<div class="subject">
<p class="sub-name">C</p>
<div class="skills-black">
<div class="skills-grey" style = "height:28px;width:95%"></div>
</div>
</div>
<div class="subject">
<p class="sub-name">DSA</p>
<div class="skills-black">
<div class="skills-grey" style = "height:28px;width:85%"></div>
</div>
</div>
<div class="subject">
<p class="sub-name">MySQL</p>
<div class="skills-black">
<div class="skills-grey" style = "height:28px;width:75%"></div>
</div>
</div>
<div class="subject">
<p class="sub-name">Web design</p>
<div class="skills-black">
<div class="skills-grey" style = "height:28px;width:65%"></div>
</div>
</div><br>
</div>
</div>
</section>
<!-- education section -->
<section id="education">
<div class="education container">
<div class="education-top">
<h1 class="education-title">Education</h1>
<p>Surprisingly I completed my schooling in Andhra pradesh and Intermediate in Telangana and now College life in Tamilnadu.</p>
</div>
<div class="education-bottom">
<div class="deatils">
<div class="icon"><img src="https://img.icons8.com/external-nawicon-glyph-nawicon/64/000000/external-school-back-to-school-nawicon-glyph-nawicon.png"/>
</div>
<h1>School life (2018 passed out)</h1> <br>
<p>KKR goutham concept school,Gudivada,Vijaywada.</p>
</div>
<div class="deatils">
<div class="icon"><img src="https://img.icons8.com/external-fauzidea-glyph-fauzidea/64/000000/external-college-building-fauzidea-glyph-fauzidea-2.png"/>
</div>
<h1>Inter life (2020 passed out)</h1> <br>
<p>Narayana college,Madhapur,Hyderabad.</p>
</div>
<div class="deatils">
<div class="icon"><img src="https://img.icons8.com/external-fauzidea-flat-fauzidea/64/000000/external-college-building-fauzidea-flat-fauzidea.png"/>
</div>
<h1>College life (2020 - 2024)</h1> <br>
<p>IIITDM Kanchepurram,Chennai,Tamilnadu.</p>
</div>
</div>
</div>
</div>
</section>
<!-- end of educaion section -->
<!-- contact info section-->
<section id="contact-info">
<div class="contact-info container">
<div class="section-title">
<h1>Contact info</h1>
</div>
<div class="contact-items">
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/ios-filled/50/000000/apple-phone.png"/></div>
<div class="phone">
<h1>Phone</h1>
<h2>7036796477</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/material-rounded/50/000000/new-post.png"/></div>
<div class="email">
<h1>Email</h1>
<h2>[email protected]</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/ios-filled/50/000000/address--v2.png"/></div>
<div class="Address">
<h1>Address</h1>
<h2>H.No: 8-3-110/1,kotireddy nagar,mydukur Road badvel,Kadapa,A.p</h2>
</div>
</div>
</div>
</div>
</section>
<!-- end of contact into section -->
<!-- back to top class -->
<div class="back-to-top">
<h3>
<a title="Back to top" href="#home"><img src="https://img.icons8.com/color/48/000000/circled-up--v3.png"/></a>
</h3>
</div>
<!-- end of back to top class -->
<!-- footer section -->
<section id="footer">
<div class="footer container">
<h1>Follow us for more updates</h1>
<div class="socialmedia-items">
<div class="socialmedia-item">
<a href="https://www.facebook.com/ram.sunil.75286" target="_blank"><img src="https://img.icons8.com/fluency/48/000000/facebook-new.png"/></a>
</div>
<div class="socialmedia-item">
<a href="https://www.instagram.com/ram_sunil_321/" target="_blank"><img src="https://img.icons8.com/color/48/000000/instagram-new--v2.png"/></a>
</div>
<div class="socialmedia-item">
<a href="https://twitter.com/RamSunil_321" target="_blank"><img src="https://img.icons8.com/color/48/000000/twitter--v1.png"/></a>
</div>
<div class="socialmedia-item">
<a href="https://www.linkedin.com/in/ram-sunil-793132222/" target="_blank"><img src="https://img.icons8.com/fluency/48/000000/linkedin.png"/></a>
</div>
</div>
<p>copyrights©2022</p>
</div>
</section>
<!-- end of footer section -->
</body>
</html>