-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 921 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>AJM</title>
<link href='http://fonts.googleapis.com/css?family=Oswald|Slabo+27px' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div id = "content">
<div id="title">Anne J Maiale</div>
<div class="icons">
<a class="icon" href="https://twitter.com/thisAnneM" id="twitter">
<img src = 'assets/Twitter_logo_white.png'></img>
</a>
<a class="icon" href="https://github.com/ajmers" id="github">
<img src = 'assets/GitHub-Mark-Light-64px.png'></img>
</a>
<a class="icon" href="https://instagram.com/annimaial" id="ig">
<img src = 'assets/Glyph_Logo_png.png'></img>
</a>
</div>
</div>
</body>
</html>