-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (85 loc) · 3.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KRISHNA MEHTA</title>
<link rel="stylesheet" href="css/style.css">
<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=Bebas+Neue&family=Chicle&family=Corben:wght@400;700&family=Darumadrop+One&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<p> <a href="contact.html" >☮ Contact Krishna ☮</a> </p>
</nav>
<section class="splashpage-box">
<h1>KRISHNA <br> MEHTA</h1>
<div class="sp-index">
<img src="images/happy sky.jpeg" alt="happy sky">
<h2>"I am trying my best :-)"</h2>
</div>
</section>
<div class="dancingbear">
<a href="https://youtu.be/37xyXzSyPIU?si=zM0MjcN4IcDw_3NW" target="_blank">
<img src="images/deadbear.gif" alt="dancing bear">
<img src="images/deadbear.gif" alt="dancing bear">
<img src="images/deadbear.gif" alt="dancing bear">
<img src="images/deadbear.gif" alt="dancing bear">
<img src="images/deadbear.gif" alt="dancing bear">
<img src="images/deadbear.gif" alt="dancing bear">
<img src="images/deadbear.gif" alt="dancing bear">
<img src="images/deadbear.gif" alt="dancing bear">
<img src="images/deadbear.gif" alt="dancing bear">
<img src="images/deadbear.gif" alt="dancing bear">
</a>
</div>
<section class="contentpage">
<img src="images/IMG_4010 3.jpg" alt="Krishna Mehta">
<h2>Hello World_</h2>
<p>
I am a recent graduate from 🎓 The University of Georgia with a bachelor's degree in Computer Science. I am interested in UI/UX & Front-End Web Development with ambitions of becoming a Full-Stack Developer. See my projects <a href="https://github.com/KrishnaM26">here</a>.
<hr>
<div class="cpage-col">
<h2>About Krishna</h2>
<div class="cpage-row">
<div class="card">
<img id="card-one-img" src="images/1985_chevrolet_el_camino-pic-5652188187301608370-1024x768.jpeg" alt="1985 chevy el camino">
<h3>Languages</h3>
<ul>
<li>Java</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Python</li>
<li>SQL(MySQL)</li>
</ul>
</div>
<div class="card">
<img id="card-two-img" src="images/170px-General_Grant_Tree_in_Kings_Canyon_National_Park.jpeg" alt="General grant sequoia tree">
<h3>Work Experience</h3>
<dl>
<dt>Dec 2023 - Present</dt>
<dd>Paratransit at <a href="https://tps.uga.edu/transit/paratransit.html" target="_blank">UGA</a></dd>
</dl>
</div>
<div class="card">
<img id="card-three-img" src="images/Miles-Davis-1969.jpg" alt="Miles Miles-Davis-1969">
<h3>Skills</h3>
<dl>
<dt>UI/UX design</dt>
<dd>⭐️⭐️⭐️⭐️</dd>
<dt>Front-end Development</dt>
<dd>⭐️⭐️⭐️</dd>
<dt>Back-end Developemt</dt>
<dd>⭐️</dd>
</dl>
</div>
</div>
</div>
</section>
<footer>
<a href="contact.html">©Krishna Mehta</a>
</footer>
</body>
</html>