-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
217 lines (200 loc) · 7.7 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
<!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">
<meta name="description" content="Hello, welcome to my personal portfolio, feel free to contact me for my services">
<meta name="robots" content="noindex,nofollow">
<meta name="canonical" href="https://www.ashwin.vercel.app">
<meta
content="GG Ashwin Prabhu is a Web Developer from Mangalore, India. Ashwin Prabhu is currenty pursuing his BE in Computer Science. Feel free to contact GG Ashwin Prabhu"
property="og:description">
<meta name="keywords"
content="ggashwinprabhu, GG ASHWIN PRABHU, ASHWIN PRABHU, ASHWIN DEVELOPER, GG ASHWIN, ashwin.vercel.app, www.ashwin.vercel.app, Ashwin Prabhu, ashwin, Ashwin, ASHWIN GG, ASHWIN GG, Ashwin, gg ashwin, ashwin portfolio, gg ashwin prabhu portfolio, gg ashwin portfolio, gg ashwin developer portfolio, ashwin gg portfolio">
<meta name="author" content="GG ASHWIN PRABHU">
<meta content="GG Ashwin Prabhu | Developer Portfolio" property="og:title">
<meta content="https://ashwin.vercel.app" property="og:url">
<meta content="website" property="og:type">
<meta name="robots" content="index,follow" />
<title>GG Ashwin Prabhu | Developer Portfolio</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- loading -->
<div class="loading">
<div class="ring">Loading
<span class="loadSpan"></span>
</div>
</div>
<nav class="navbar">
<div class="brand-title">
<a href="#"><span><img src="./images/A.png" alt="" height="25px" /></span>shwin</a>
</div>
<div class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<div class="navbar-links">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#about-section">About</a></li>
<li><a href="#project-section">Projects</a></li>
<li><a href="#contact-section">Contact</a></li>
</ul>
</div>
</nav>
<!-- Home Section -->
<section id="home-section">
<div id="hero-image">
<div class="img-container">
<img src="./images/IMG_2095.png" alt="" width="200px" />
</div>
</div>
<div id="hero-content">
<h1>Hello, I'm <span>Ashwin</span></h1>
<h2>I'm a <span id="typewrite">Web Developer</span></h2>
</div>
</section>
<!-- about section -->
<section id="about-section">
<div id="about-image">
<img src="./images/rect.png" alt="" />
</div>
<div id="about-content">
<div id="about-header">Discover</div>
<div id="about-title">About Me</div>
<div id="about-para">
Hi, I'm G G Ashwin Prabhu , a web developer with a love for building
user-friendly websites. I have experience in HTML, CSS, JavaScript,
and various frameworks. I am always learning and staying current with
the latest technologies to provide the best solutions for my clients.
In my free time, I enjoy digital art and playing video games. Thanks
for visiting my page!
</div>
<a href="./resume.pdf" id="resume-link" download="resume.pdf">Resume</a>
</div>
</section>
<!-- Project section -->
<section id="project-section">
<div id="section-title">My <span>Projects</span></div>
<div class="center">
<div class="property-card">
<a href="https://bloggerline.vercel.app/" target="_blank">
<div class="property-image one">
<div class="property-image-title">
</div>
</div>
</a>
<div class="property-description">
<h5>Bloggerline</h5>
<p>A blog application made using the MERN stack where users and write and view blogs.</p>
</div>
<a href="https://bloggerline.vercel.app/" target="_blank">
<div class="property-social-icons">
</div>
</a>
</div>
<div class="property-card">
<a href="https://github.com/GGAshwin/social_REST" target="_blank">
<div class="property-image two">
<div class="property-image-title">
</div>
</div>
</a>
<div class="property-description">
<h5>Social Media REST API</h5>
<p>A ready to use REST api built using NodeJs, ExpressJs and EJS</p>
</div>
<a href="https://github.com/GGAshwin/social_REST" target="_blank">
<div class="property-social-icons">
</div>
</a>
</div>
<div class="property-card">
<a href="https://weather-app-eta-three.vercel.app/" target="_blank">
<div class="property-image three">
<div class="property-image-title">
</div>
</div>
</a>
<div class="property-description">
<h5>Weather App</h5>
<p>A Weather application built using third-party api to fetch weather details</p>
</div>
<a href="https://weather-app-eta-three.vercel.app/" target="_blank">
<div class="property-social-icons">
</div>
</a>
</div>
<div class="property-card">
<a href="https://github.com/GGAshwin/mini_project" target="_blank">
<div class="property-image four">
<div class="property-image-title">
</div>
</div>
</a>
<div class="property-description">
<h5>Voting APP</h5>
<p>A Voting application where voters and vote and </p>
</div>
<a href="https://github.com/GGAshwin/mini_project" target="_blank">
<div class="property-social-icons">
</div>
</a>
</div>
</div>
</section>
</section>
<!-- Contact Section -->
<section id="contact-section">
<div id="contact-title"><span>Connect</span> With Me</div>
<div id="form-container">
<form action="https://formspree.io/f/mayvrorb" method="post">
<input type="email" placeholder="Email" name="email" />
<input type="text" placeholder="Message" name="message" />
<div id="btn-container">
<input type="submit" value="Stay Connected" />
</div>
</form>
</div>
<!-- Footer Section -->
<footer id="footer-section">
<ul>
<li><a href="https://www.linkedin.com/in/ashwin-prabhu-8a68a71a5/" target="_blank">LinkedIn</a></li>
<li><a href="https://weather-app-eta-three.vercel.app/" target="_blank">GitHub</a></li>
<li><a href="https://www.instagram.com/instashwin_gg/" target="_blank">Instagram</a></li>
<li><a href="mailto:[email protected]">Mail</a></li>
</ul>
</footer>
</section>
<script src="./navbar.js"></script>
<script src="./script.js"></script>
<!-- typewritter -->
<script src="https://unpkg.com/[email protected]/dist/core.js"></script>
<script>
var app = document.getElementById('typewrite');
var typewriter = new Typewriter(app, {
loop: true
});
typewriter.typeString('Web Developer 🌐')
.pauseFor(2500)
.deleteAll()
.typeString('Gamer 🎮')
.pauseFor(1500)
.deleteAll()
.typeString('Computer Science Engineer 💻')
.pauseFor(2500)
.start();
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KTCRVFY85D"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-KTCRVFY85D');
</script>
</body>
</html>