-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
86 lines (80 loc) · 5.44 KB
/
index.htm
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html>
<head>
<title>Jazzynupe Profile Page</title>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="styles/linklist.css" />
<a rel="me" href="https://mstdn.party/@Jazzynupe"></a>
</head>
<body>
<header>
<h1><img src="" class="profilepic" />Jazzynupe Links</h1>
</header>
<main>
<section id="Features" class="featuresize" style="display:none;">
<h2>Featured Links</h2>
<p style="font-weight: bolder;">Some featured articles</p>
<nav>
<hr style="width:75%;" />
<!-- <a href="features.htm"><img src="images/FloatingDiamondIcon.png" />More Features...</a> -->
</nav>
</section>
<p style="display:block;"> </p>
<section id="Profile">
<h2>Social Profiles</h2>
<p style="font-weight: bolder;">Contact me on my various profiles below.</p>
<p style="font-size: smaller;">Most commonly on Mastodon, Twitter, Facebook, Reddit.</p>
<nav>
<a href="https://fb.me/jazzynupe1911" target="JazzyProfile"><img
src="images/FloatingDiamondIcon.png" />Facebook -
https://fb.me/jazzynupe1911</a>
<a rel="me" href="https://mstdn.party/@Jazzynupe" target="JazzyProfile"><img
src="images/FloatingDiamondIcon.png" />Mastodon -
https://mstdn.party/@Jazzynupe</a>
<a href="https://instagram.com/Jazzynupe" target="JazzyProfile"><img
src="images/FloatingDiamondIcon.png" />Instagram -
https://instagram.com/Jazzynupe</a>
<a href="https://www.threads.net/@Jazzynupe" target="JazzyProfile"><img
src="images/FloatingDiamondIcon.png" />Threads -
https://www.threads.net/@Jazzynupe</a>
<a href="https://twitter.com/Jazzynupe" target="JazzyProfile"><img
src="images/FloatingDiamondIcon.png" />Twitter -
https://twitter.com/Jazzynupe</a>
<hr style="width:75%;" />
<a href="mailto:[email protected]?subject=Link%20Page%20Contact"><img
src="images/FloatingDiamondIcon.png" />Send Email</a>
<a href="Kappa-VCard.vcf"><img src="images/FloatingDiamondIcon.png" />Virtual Business
Card</a>
<!-- <hr style="width:75%;" /> -->
</nav>
</section>
<section id="Kappa">
<h2>Kappa Profiles</h2>
<p style="font-weight: bolder;">Various Kappa related Profiles</p>
<p style="font-size: smaller;">Most commonly in the Western Province of Kappa.</p>
<nav>
<a href="https://www.kappaalphapsi1911.com/" target="KappaProfile"><img
src="images/FloatingDiamondIcon.png" />Kappa National site</a>
<a href="https://www.kapsi-western.org/" target="KappaProfile"><img
src="images/FloatingDiamondIcon.png" />Western Province of KAPsi</a>
<hr style="width:75%;" />
<a href="http://ValleyNupes.com" target="SFSCAlumniProfile"><img
src="images/FloatingDiamondIcon.png" />Valley NUPEs Website</a>
<a href="https://www.instagram.com/ValleyNupes/" target="SFSCAlumniProfile"><img
src="images/FloatingDiamondIcon.png" />Valley NUPEs Instagram</a>
<hr style="width:75%;" />
<a href="https://fb.me/CVNUPEs" target="FresnoAlumniProfile"><img
src="images/FloatingDiamondIcon.png" />Central Valley NUPEs Facebook</a>
<a href="https://instagram.com/cvnupes" target="FresnoAlumniProfile"><img
src="images/FloatingDiamondIcon.png" />Central Valley NUPEs
Instagram</a>
<hr style="width:75%;" />
<a href="https://instagram.com/bqnupes" target="BetaOmegaProfile"><img
src="images/FloatingDiamondIcon.png" />Beta Omega NUPEs
Instagram</a>
<hr style="width:75%;" />
<a href="kappa.htm"><img src="images/FloatingDiamondIcon.png" />Kappa Profiles...</a>
</nav>
</section>
</main>
</body>
</html>