forked from Pranavv213/WebDevForBeginners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathayushigeorge.html
53 lines (52 loc) · 1.98 KB
/
ayushigeorge.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
<!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="style.css" />
<title>
The Engineer George: Believer, Content Writer, Data Science Enthusiast
</title>
</head>
<body>
<div class="container">
<div class="sidebar">
Ayushi George
<nav>
<ul>
<li><a href="/info.html">Home</a></li>
<li><a href="/index.html">Hello Stranger</a></li>
<li><a href="/experience.html">My Skill-set</a></li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div class="main">
<div class="infoContainer">
<div class="devInfo">
<h2>About Me</h2>
<p>
I am Google Developer Student Club Lead for my campus and learnt
many of the aspect of dealing with wide variety of experience and
backgrounds. <br />And as placement coordinator of my campus, I
dealt with high executives and pursuing them to come to our
campus. <br />
I know the community and team work to great extent and in depth
and I find myself relevant to this program.<br />
I am an ardent person with immense zeal & zest to work in distinct
fields and domains. I am a technical plus creative person who is
also a part of robotics clubs and its projects .<br />
I have explored and learned in many fields and want to contribute
in field of technology and exceited for future responsibilities.
</p>
</div>
<div class="devPic">
<img src="the_engineer_george.png" alt="Ayushi George" />
</div>
</div>
</div>
</div>
</body>
</html>