-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmagic.html
More file actions
44 lines (43 loc) · 1.66 KB
/
Copy pathmagic.html
File metadata and controls
44 lines (43 loc) · 1.66 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
<!DOCTYPE html>
<link rel="stylesheet" type="text/css" href="css/magic.css"/>
<header>
<div class="dropdown">
<button class="dropbtn">|||
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="index.html">Home</a>
<a href="music.html">Music</a>
<a href="philosophy.html">Philosophy</a>
<a href="magic.html">Magic</a>
<a href="aboutme.html">About Me</a>
</div>
</header>
<head>
<title>bringmethemagic</title>
<img
src="images/magic.png"
alt="bringmethemagic"
/>
<script src="/script.js"></script>
</head>
<h1>
<a href="https://www.bravenewyou.org/en">Brave New You</a>
<a href="http://rainbowhouse.be/en/projet/brave-new-you-3/">Rainbow House</a>
</h1>
<footer class="footer">
<nav class="social">
<a href="https://github.com/bringmetheaxx" class="fab fa-github fa-2x"></a>
<a href="https://twitter.com/bringmetheaxx" class="fab fa-twitter fa-2x"></a>
<a href="https://www.linkedin.com/in/bringmetheaxx/" class="fab fa-linkedin fa-2x"></a>
<a href="https://instagram.com/bringmetheaxx" class="fab fa-instagram fa-2x"></a>
<a href="https://music.apple.com/profile/bringmetheaxx" class="fab fa-apple fa-2x"></a>
<a href="https://www.reddit.com/user/bmtaxx" class="fab fa-reddit fa-2x"></a>
<a href="https://unsplash.com/@axxintheworld" class="fab fa-unsplash fa-2x"></a>
<a href="https://letterboxd.com/bringmetheaxx/" class="fab fa-youtube fa-2x"></a>
<a href="https://open.spotify.com/user/bringmetheaxx" class="fab fa-spotify fa-2x"></a>
</nav>
<div class="footer_text">
<p>2021 @fabandgayinc.</p>
</div>
</footer>