-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (111 loc) · 4.38 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Anjali Goyal</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://kit.fontawesome.com/a5bbc38a48.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Baloo+Chettan+2|Tangerine&display=swap"
rel="stylesheet">
<link rel="icon" href="img/logo.png">
</head>
<body>
<header>
<img class="logo" src="side_img/hacker.png" alt="My Logo">
<nav>
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="work.html">My Work</a></li>
<li><a href="more.html">More</a></li>
<li><a href="doc/AnjaliGoyal_Resume.pdf" target="_blank">Resume</a></li>
</ul>
</nav>
</header>
<div class="top-container bg-image">
<br>
<img id="top-cloud" src="img/cloud.png" alt="cloud">
<div class="Intro">
<h1>I'm Anjali</h1>
<p id="p1">a full stack developer.</p>
</div>
<img id="bottom-cloud" src="img/cloud.png" alt="cloud">
</div>
<div class="middle-container">
<div class="profile" style="margin-left: 10%; margin-right: 10%; display: inline-block;">
<img class="midlogo" src="img/me.png" alt="My Picture">
<br>
<br>
<h2 style="margin-bottom: 37px; margin-top: 9%;">Hey!</h2>
<h3>I'm Anjali. Nice to meet you.</h3>
<p>I'm a Software Engineer at Microsoft, recently graduated from BITS Pilani. With considerable grounding in
Software Development, my proficiency lies in the fields of Cloud Computing and Web Development. I
am passionate about building new products and services from scratch.</p>
<p>Skilled in Cloud Computing in Microsoft Azure</p>
<br>
</div>
<div class="pun">
<p class="p2" style="font-size: 1.2em;">I'm always up for a chat about Java over Java.</p>
<figure class="image">
<img class="skill_img" alt="Coffee" src="side_img/coffee.png">
</figure>
<br>
<p class="p2" style="font-size: 1em;"><a class="pun-link"
href="https://driftaway.coffee/coffee-called-java/" target="_blank">Confused?</a></p>
</div>
<div class="skills">
<h2>What do I know?</h2>
<div>
<h3>What you see now - Front end</h3>
<img class="skill_img" src="img/html.png" alt="HTML">
<img class="skill_img" src="img/css.png" alt="CSS">
</div>
<div>
<h3>Languages</h3>
<img class="skill_img" src="img/c-.png" alt="C++">
<img class="skill_img" src="img/java.png" alt="Java">
<img class="skill_img" src="img/javascript.png" alt="JavaScript">
</div>
<div>
<h3>Skills</h3>
<img class="skill_img" src="img/crm.png" alt="CRM">
<img class="skill_img" src="img/android.png" alt="App Dev">
<img class="skill_img" src="img/oop.png" alt="Object Oriented Programming">
<img class="skill_img" src="img/sql.png" alt="SQL">
</div>
</div>
<br>
<br>
<a class="btn" href="work.html">My Projects</a>
<hr>
<div id="contact" class="contact-me">
<h2>Get In Touch</h2>
<a class="btn" href="mailto:[email protected]" target="_blank">✉ CONTACT ME</a>
<p class="p2">I’m open to discussing product design work or partnership opportunities.</p>
<!-- <p class="p2">I'm available for freelance work and job opportunities if you like my work.<br>I’m also open to discussing product design work or partnership opportunities.</p> -->
<br>
</div>
</div>
<footer id="f">
<div class="link" style="margin: auto;">
<a class="footer-link" href="index.html">Home</a>
<a class="footer-link" href="work.html">My Work</a>
<a class="footer-link" href="more.html">More</a>
<a class="footer-link" href="doc/AnjaliGoyal_Resume.pdf" target="_blank">Resume</a>
</div>
<div class="footer-social-icons">
<ul>
<a href="http://www.github.com/goyal-anjali" target="_blank"><img class="footer_img"
src="logo_img/github.png" alt="GitHub"></a>
<a href="http://www.instagram.com/taasshiii" target="_blank"><img class="footer_img"
src="logo_img/instagram.png" alt="Instagram"></a>
<a href="https://www.linkedin.com/in/anjgoy/" target="_blank"><img class="footer_img"
src="logo_img/linkedin.png" alt="Linkedin"></a>
</ul>
</div>
<p class="copyright">© 2021 <u>Anjali Goyal</u>. Copyright.</p>
</footer>
</body>
</html>