-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (74 loc) · 3.38 KB
/
index.html
File metadata and controls
79 lines (74 loc) · 3.38 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kathrina Elangbam</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="top">
<div class="name">
<p><i class="firstname">KATHRINA</i> <b>ELANGBAM</b></p>
</div>
<div class="links">
<a href="" class="projects-page" style="padding: 3px;">Projects</a>
<a href="" class="about-page" style="padding: 3px;">About</a>
<a href="" class="contact-info" style="padding: 3px;">Contact</a>
</div>
</div>
<div class="bottom">
<div class="left">
<div class="top-half">
<div class="typewriter">
<span id="displayMessage">
<script defer src="main.js"></script>
</span>
</div>
<div class="avatar">
<img src="Images/avatar.jpeg" class="image">
</div>
</div>
<div class="bottom-half">
<div class="intro">
<h1>Hey there!</h1>
<p>
I’m Kathrina, an aspiring software engineer currently studying Computer Science and Engineering at VIT-AP. I have a deep passion for technology and fascinated by the endless possibilities it holds for the future.
</div>
<div class="collaborate">
<div class="arrow">
<img src="Images/right-up.png">
</div>
<h1>Contact Me</h1>
<p>
I love working on tech projects and would be excited to collaborate, so feel free to reach out! And don’t forget to check out my projects while you’re here.
</p>
</div>
</div>
</div>
<div class="right">
<div class="skills">
<div class="carousel">
<div class="slide"><span>HTML</span></div>
<div class="slide"><span>CSS</span></div>
<div class="slide"><span>Javascript</span></div>
<div class="slide"><span>Python</span></div>
<div class="slide"><span>React</span></div>
<div class="slide"><span>HTML</span></div>
<div class="slide"><span>CSS</span></div>
<div class="slide"><span>Javascript</span></div>
<div class="slide"><span>Python</span></div>
<div class="slide"><span>React</span></div>
</div>
</div>
<div class="shortcut">
<a href="https://github.com/Kathrina-dev">Git-hub</a>
<a href="https://www.linkedin.com/in/kathrina-elangbam-03b6692b3/">LinkedIN</a>
<a href="https://www.instagram.com/kathrina_elangbam/">Instagram</a>
</div>
</div>
</div>
</div>
</body>
</html>