-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeveloper.html
More file actions
53 lines (45 loc) · 2.05 KB
/
developer.html
File metadata and controls
53 lines (45 loc) · 2.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About the Developer</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header">
<div class="logo_box">
<ion-icon name="color-palette-outline"></ion-icon>
</div>
<nav class="nav">
<a class="links" href="index.html">Home</a>
<a class="links" href="color wheel.html">Color Wheel</a>
<a class="links" href="rainbows.html">Rainbows and More</a>
<a class="links" href="represent you.html">How Colors Represent You</a>
<a class="links" href="contact us.html">Contact Us</a>
<a class="links" href="developer.html">About Me</a>
</nav>
</header>
<div class="center">
<h2>About Me</h2>
<br>
<img class="me SMALL" src="https://images.pexels.com/photos/414630/pexels-photo-414630.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1" alt="latte">
<br><br>
<div class="set_THINGS">
<h3>About Me</h3>
<p class="px">Hi! My name is Akshara Chunduri! I'm in 6th grade and I'm 11 years old. Apart from coding, I love music.
My favorite flower is wisteria and my favorite color is a latte or coffee brown but I still love all colors.</p>
</div>
<br><br>
<div class="set_THINGS">
<h3>Why I Created This Project</h3>
<p class="px">I created this project to dive deeper into the world of colors. I wanted to have a better understanding of colors.
I mean, most of us see them, right? And when we have such an opportunity to see a wonderful world full of colors, make use use
of it, right?</p>
</div>
</div>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>