-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.92 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/5.1.1/bootstrap-social.min.css" integrity="sha512-f8mUMCRNrJxPBDzPJx3n+Y5TC5xp6SmStstEfgsDXZJTcxBakoB5hvPLhAfJKa9rCvH+n3xpJ2vQByxLk4WP2g==" crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cookie&family=Courgette&family=Redressed&family=Sofia&display=swap" rel="stylesheet">
<link rel="stylesheet" href = "css/landing_page.css">
<title>Welcome</title>
</head>
<body>
<div class = "container">
<div class = "row row-content">
<div class = "col-12 col-md-8">
<h2 id = "foundation">The Sparks Foundation</h2>
<h2>Web Developer</h2>
</div>
</div>
<br>
<br>
<div class = "row row-content">
<div class="col-11 offset-1 offset-md-0 col-md-6 align-self-center">
<h1 id="my-name">Aditya Anand</h1>
</div>
<div class = "col-12 col-md-5 offset-md-1">
<img src = "https://media1.giphy.com/media/rMd8xyVyVLlLO/giphy.gif" alt = "landing_page_gif" class = "img-fluid">
</div>
</div>
<a href = "main.html" role = "btn" class = "btn btn-success" style = "font-size: 1.4em;">Continue</a>
</div>
</body>
</html>