-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
72 lines (69 loc) · 2.07 KB
/
about.html
File metadata and controls
72 lines (69 loc) · 2.07 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
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link rel="stylesheet" href="styles/about.css" />
</head>
<body>
<p class="intro">
Welcome to CodeWithKey, where technology meets creativity, this is a space
dedicated to coding, experiments, and innovative tech ideas!
</p>
<div class="section">
<h2>Discover</h2>
<div class="card-container">
<div class="card">
<i class="fas fa-code"></i>
<h3>Coding Projects</h3>
<p>
Explore exciting and innovative coding ideas to inspire your next
project.
</p>
</div>
<div class="card">
<i class="fas fa-book"></i>
<h3>Tutorials</h3>
<p>
Step-by-step guides to help you navigate through complex concepts.
</p>
</div>
<div class="card">
<i class="fas fa-flask"></i>
<h3>Experiments</h3>
<p>Dive into unique and creative experiments that push boundaries.</p>
</div>
</div>
</div>
<div class="section">
<h2>About Me</h2>
<p>
I'm <strong>Keerthana</strong>, a tech enthusiast and coder, passionate
about problem-solving and experimenting. Here are a few of my interests:
</p>
<ul>
<li>Indie Games and Music</li>
<li>Astrophysics</li>
<li>Coding Experiments</li>
</ul>
</div>
<div class="section contact">
<h2>Contact Me</h2>
<p>
Please feel free to reach out to me about any queries, ideas or
comments<br />
Contact info:<br />
<a
href="https://www.linkedin.com/in/keerthana-salla-a39840344/"
target="_blank"
>Linkedin</a
><br />
<a href="https://www.instagram.com/fried_moon23/" target="blank">
Instagram</a
><br />
Email:
<a href="mailto:keer623@gmail.com" target="_blank">keer623@gmail.com</a
><br />
</p>
</div>
</body>
</html>