-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
77 lines (63 loc) · 3.04 KB
/
Copy pathlinks.html
File metadata and controls
77 lines (63 loc) · 3.04 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Intrespark - Links</title>
<meta name="description" content="A customizable quick-read newsletter for passionate students">
<meta name="author" content="IntreSpark">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="IntreSpark">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.intrespark.com/">
<meta property="og:description" content="A customizable quick-read newsletter for passionate students">
<meta property="og:image" content="intrespark.png">
<meta property="twitter:image" content="intrespark.png">
<meta name="twitter:card" content="summary_large_image">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link href="links.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⚡</text></svg>">
</head>
<body>
<img src="intrespark.png" alt="Intrespark Logo">
<div class="links-holder">
<a href="https://discord.gg/WGZQwDfkd5" target="_blank">
<div class="box">
<p>Discord Server</p>
</div>
</a>
<a href="https://www.intrespark.com/" target="_blank">
<div class="box shake">
<p>Intrespark Website</p>
</div>
</a>
<a href="https://www.tiktok.com/@intrespark" target="_blank">
<div class="box">
<p>Tiktok</p>
</div>
</a>
<a href="https://jf5ph4zg52h.typeform.com/to/aCQJTaDF" target="_blank">
<div class="box">
<p>Staff Writer Application</p>
</div>
</a>
<a href="https://jf5ph4zg52h.typeform.com/to/xzjw9Tb7" target="_blank">
<div class="box">
<p>Research Survey</p>
</div>
</a>
<a href="https://jf5ph4zg52h.typeform.com/to/I75m4RpD" target="_blank">
<div class="box">
<p>Contact Us</p>
</div>
</a>
<div class="socials">
<a href="https://twitter.com/intrespark" target="_blank" class="fab fa-2x fa-twitter"></a>
<a href="https://www.instagram.com/intrespark/" target="_blank" class="fa-2x fab fa-instagram"></a>
<a href="https://www.facebook.com/intrespark" target="_blank" class="fab fa-2x fa-facebook"></a>
<a href="https://www.linkedin.com/company/intrespark" target="_blank" class="fa-2x fab fa-linkedin"></a>
<a href="mailto:intrespark@gmail.com" target="_blank" class="fa-2x fas fa-envelope"></a>
</div>
</div>
</body>
</html>