-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (23 loc) · 1.16 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>Lea Nicole</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img id="userPhoto" src="pfp.png" alt="User Photo">
<div id="links">
<a class="link" href="https://www.instagram.com/theleanicole" target="_blank">Follow Me on Instagram </a>
<a class="link" href="https://theleanicole.github.io/algtivism/" target="_blank">Professional Hairstyles for Women</a>
<a class="link" href="https://www-freecodecamp-org.cdn.ampproject.org/c/s/www.freecodecamp.org/news/free-online-programming-cs-courses/amp/" target="_blank">Free Coding Courses</a>
<a class="link" href="https://www.blackgirlscode.com/donations.html" target="_blank">Donate to Black Girls Code
</a>
<a class="link" href="https://github.com/theleanicole" target="_blank">My GitHub</a>
</div>
<!-- Javascript -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src="index.js"></script>
</body>
</html>