-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (85 loc) · 3.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Font1|Font2&display=swap">
<link rel="stylesheet" href="css/demo_css.css">
<title>Bipasha Bipin's Resume and Website</title>
</head>
<body>
<nav>
<div>
<img src="images/photo-1582769923195-c6e60dc1d8dc.jpeg" class="bipasha-image" class="circular-image2" style="width: 30%;">
<img src="images/c13b202861f8bef765db00b014a876cf.jpg" class="bipasha-image" class="circular-image3" style="width: 30%;">
</div>
<p>
<span class="contact-link">
<a href="contact.html">Contact Bipasha_Bipin</a>
</span>
</p>
</nav>
<section class="section1">
<div class="image-container">
<img src="bipasha2.jpg" alt="Bipasha" class="bipasha-image">
<img src="bipasha3.jpg" alt="Bipasha_Bipin" class="bipasha-bipin-image">
</div>
<h1 class="font1">My Major</h1>
<h2 class="font2">Computer Science and Mathematics Student at UGA</h2>
</section>
<section class="section2">
<h2>Here is some things about me</h2>
<p>The following is my resume!</p>
</section>
<section>
<h1>Welcome to my website!</h1>
<h2>I am enjoying learning how to program in HTML and CSS.</h2>
</section>
<div class="three-col">
<div class="card language-list">
<h2>HELLO!</h2>
<h2>About ME, Bipasha</h2>
<img src="images/bipashaheadshot.jpg" alt="HI!" width="200" height="200">
<p>I am interested in web programming and learning how to become a better programmer overall.</p>
<hr class="hr1">
<h3>Languages</h3>
<ul>
<li>Java</li>
<li>C++</li>
<li>React</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
<div class="card experience-list">
<img src="images/bipasha2.jpeg" alt="This is me!" width="100" height="200">
<h3>Leadership and Experience</h3>
<dl>
<dt>Jan 2023-Present</dt>
<dd>Library Assistant - University of Georgia (<a href="https://www.ugajobsearch.com/postings/search">UGA Jobs Website</a>)</dd>
</dl>
</div>
<div class="card skills-list">
<h3>Skills</h3>
<dl>
<dt>Japanese</dt>
<dd>Proficient 😎 😎 😎</dd>
<dt>Snowboarding</dt>
<dd>Intermediate 🏂 🏂 🏂 🏂 🏂 </dd>
<dt>Playing the clarinet</dt>
<dd>Advanced 💪 💪 💪</dd>
</dl>
<hr class="hr2">
</div>
</div>
<div class="card">
<img src="images/liquid.jpeg" alt="PURPLE" class="bipasha-image">
<h2>Fun Fact about me: </h2>
<p>I love the color purple!</p>
</div>
<footer>
© Bipasha Bipin <a href="contact.html">Bipasha_Bipin</a>
</footer>
</body>
</html>