-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
204 lines (153 loc) · 6.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="main.css">
<!--Content Delivery Network-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap" rel="stylesheet">
<!--Navbar-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans&family=Poppins:wght@500&display=swap"
rel="stylesheet">
<!--Project-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,600&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@300&display=swap" rel="stylesheet">
</head>
<style>
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 24
}
</style>
<body>
<header>
<div class="navbar">
<div class="utmosttext">
<span class="material-symbols-outlined">
menu
</span>
<p class="home">HOME <i class="fa-solid fa-house FA-XS"></i></p>
<p class="topprojects">PROJECTS <i class="fa-solid fa-diagram-project"></i></p>
<p class="topcontact">CONTACT <i class="fa-solid fa-id-card"></i> </p>
</div>
</div>
</header>
<div class="herosection">
<div class="herosection3">
<h1>Hello, I am Raja!</h1>
</div>
<div class="table">
<table cellspacing="20">
<td> <img id="profilepic" src="WhatsApp Image 2023-10-29 at 22.42.34_beca5134-modified.png"
alt="ProfilePicture"></td>
<td>
<p>I'm a sophomore at <i class="fa-solid fa-graduation-cap"></i> <a
href="https://www.srmist.edu.in/"> SRM University</a> pursuing computer science engineering.
I have a keen interest in the fields of web development & App development <i
class="fa-solid fa-code fa-beat-fade fa-xs"></i></p>
</td>
</table>
</div>
</div>
<!--Content-->
<div class="project"> <u>
<h1 id="projecttitle">My Projects</h1>
</u>
<div class="project1">
<div class="project1image">
<img id="project1" src="amazon.png" alt="AmazonClone">
</div>
<div class="project1text">
<p>I've successfully replicated the Amazon's HomeWebpage only by using HTML and CSS. The sourcecode can
be found at my Github account.</p>
</div>
</div>
<div class="project2">
<div class="project2text">
<p>I've made a weather app in python, that uses API services and retrieves the weather info. It also has a GUI.</p>
</div>
<div class="project1image">
<img id="project1" src="pythonweatherapp.png" alt="AmazonClone">
</div>
</div>
<div class="project3">
<div class="project1image">
<img id="project1" src="webscrn.png" alt="AmazonClone">
</div>
<div class="project3text">
<p>This website itself is another project of mine, which i would like to add.</p>
</div>
</div>
</div>
<div class="intern">
<div class="Certificates">
<u>
<h1>Certification & Internships</h1>
</u>
</div>
<div class="certification">
<div class="certitext">
<h3>Certifications: </h3>
</div>
<div class="insidecerti">
<li>Python from Google</li>
<li>Java from NPTEL</li>
<li>AWS Academy Graduate - AWS Academy Machine Learning Foundations</li>
<li>Web Development from Udemy</li>
<li>App development using Flutter from Udemy</li>
<li></li>Database Structures and Management with MySQL</li>
<p>The first 3 certifications has been completed and rest are underway of completion.</p>
</div>
</div>
<div class="Internship">
<div class="interntext">
<h3>Internships: </h3>
</div>
<div class="bharat">
<p>I'm currently on lookout for internships. </p>
<hr>
<div class="BharatInternWelcomeLetter">
<img src="" alt="placeholder">
</div>
</div>
</div>
</div>
<div class="contactme">
<div class="contactmetext">
<u>
<h1>Contact Me</h1>
</u>
</div>
<div class="Socials">
<p>Github <i class="fa-brands fa-github fa-spin"></i> : <a
href="https://github.com/rajavenkatesh04">Github.com/rajavenkatesh04</a></p>
<p>Linked- <i class="fa-brands fa-linkedin fa-fade"></i> : <a
href="www.linkedin.com/GuthulaRajaVenkatesh ">linkedin.com/GuthulaRajaVenkatesh</a></p>
<p>E<i class="fa-solid fa-envelope fa-beat-fade"></i>ail : <a
href="mailto:[email protected]"></a>[email protected]</p>
</div>
</div>
<footer>
<div class="foot-panel">
<p>Thanks for dropping by! <i class="fa-solid fa-heart fa-beat"></i> I hope to connect with you soon.</p>
</div>
</footer>
<script src="./main.js"></script>
</body>
</html>