-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphilosophy.html
More file actions
39 lines (39 loc) · 1.53 KB
/
Copy pathphilosophy.html
File metadata and controls
39 lines (39 loc) · 1.53 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
<!DOCTYPE html>
<link rel="stylesheet" type="text/css" href="css/philosophy.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>bringmethephilosopher</title>
<img
src="images/philosophy.png"
alt="bringmetheaxxphilosophy"
/>
<script src="/script.js"></script>
</head>
<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>