-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (40 loc) · 2.45 KB
/
index.html
File metadata and controls
49 lines (40 loc) · 2.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>IntreSpark</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">
<meta name="google-site-verification" content="3TnRkxnPutwJPZgez0yAMDyp2jEbAJcqu4rYM9Bk5Xo" />
<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 href="style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<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 class="container">
<div class="row main">
<div class="col-lg-6 info">
<h1>IntreSpark <i class="fas fa-bolt"></i></h1>
<h2>More info coming soon. Find our beta version <span><a style="color: #053742;" target="_blank" href="https://intrespark.herokuapp.com/">here</a></span></h2>
<div class="socials">
<a href="https://intrespark.herokuapp.com/" target="_blank" class="fas fa-globe fa-2x"></a>
<a href="https://www.instagram.com/intrespark/" target="_blank" class="fab fa-instagram fa-2x"></a>
<a href="https://github.com/intrespark" target="_blank" class="fab fa-github fa-2x"></a>
<a href="mailto:intrespark@gmail.com" target="_blank" class="fas fa-envelope fa-2x"></a>
</div>
</div>
<div class="col-lg-6 d-flex justify-content-lg-center justify-content-md-center justify-content-sm-center">
<img class="rocket" src="rocket.svg" alt="">
</div>
</div>
</body>
</html>