-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (45 loc) · 1.81 KB
/
index.html
File metadata and controls
64 lines (45 loc) · 1.81 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<!--CSS-->
<link href="style.css" rel="stylesheet" type="text/css" />
<!--Fonts-->
<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=Andika:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
</head>
<body>
<div class="header-container">
<h1> Abhiram Segu </h1>
<!--NavBar-->
<div class="Nav_Bar">
<ul>
<li> <a href="index.html"> Home </a> </li>
<li> <a href="linux.html"> Linux </a> </li>
<li> <a href="projects.html"> Projects </a> </li>
<li> <a href="library.html"> Library </a> </li>
<li> <a href="culinary.html"> Cooking </a> </li>
<li> <a href="contact.html"> Contact </a> </li>
</ul>
</div>
</div>
<img src="2-sky-mist-trees-mountain_range-nature-x750.jpg" alt="Forest">
<h2> Hello, I'm Abhiram. </h2>
<p> Welcome to my Website. I'm a passionate learner of mathematics and coding. As of now, I have experience in Java, C#, HTML and CSS and my mathemical journey has taken me through Calculus 2. Outside of Academics, I'm passionate about Baking, History, and Anthropology. Here, I share my thoughts, book reviews, and coding projects. Explore this site more to learn about my past projects and interests. </p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<p> This Website was created using only HTML & CSS on Replit. It is being hosted on netlify via Github. Look at this website's source code here: <a href="https://github.com/Nightwolf7570/MyWebsite"> Github - MyWebsite </a> </p>
<br>
</body>
</html>