-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (36 loc) · 1.94 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
36
37
38
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>ThisWeek</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<section class="page-header">
<img src="/ThisWeek/images/thisweek.png" alt="Logo" width="50%" height="50%">
The website you need
<h2 class="project-tagline">This is a school project where we're supposed to design and create a website. My friend and I came up with the idea of a social media website.(there are many.)</h2>
<a href class="btn">Log In</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfoW5tFXhYk1QwjcoeXsAohIWlvlYBjOUrl4HnraqB2Tx7q3g/viewform" class="btn">Register</a> <br>
<a href="*" class="btn">Random file</a>
<a href class ="btn">log out</a>
</section>
<section class="main-content">
ThisWeek is a WIP social media website designed and created by <a href="/">OGCristofer</a> and Robert Gonzales
</section>
<center>
<h3> Video of the week </h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/N8l1Cjnm9Wg" frameborder="0" allowfullscreen></iframe>
</center>
</body>
</html>