forked from aditi-j/wicshacksdemo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (31 loc) · 955 Bytes
/
index.html
File metadata and controls
50 lines (31 loc) · 955 Bytes
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
<!DOCTYPE html>
<html>
<!-- title of website -->
<head>
<title>Aditi Jain -- About</title>
<style>
@import 'about.css';
@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Oswald&display=swap');
</style>
<!-- figure out how to put this in main.css -->
<!-- website's metadata -->
<meta name="keywords" content="aditi jain, portfolio, resume, ut austin, computer science">
<meta name="description" content="Aditi Jain's personal portfolio">
<meta name="author" content="Aditi Jain">
</head>
<body>
<!-- Home Page -->
<br/><br/><br/><br/><br/>
<br/>
<h1 class="header h1">Hi, I'm Aditi!</h1>
<br/><br/>
<p> I'm a junior studying Computer Science at the University of Texas at Austin ('22). Hook 'em!
<br/>
Tell me a something about yourself!</p>
<br/>
<!-- insert someting about yourself below this line -->
I'm Linh and I'm a potato
purav the rapper
</p>
</body>
</html>