-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.62 KB
/
index.html
File metadata and controls
33 lines (32 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href='https://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet'>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home Page</title>
<link rel="stylesheet" href="style.css">
</head>
<header id="header">
<nav>
<a id="logo" href="index.html">
<img height="60" src="Images/logo.png" alt="logo picture"/></a>
<a href="features.html" id="featuresLink">Features</a>
<a href="pricing.html" id="pricingLink">Pricing</a>
<a href="contactpage.html" id="contactLink">Contact Us</a>
</header>
</nav>
</header>
<body style="background-image: url('IMG4.jpg'); width:100%;">
<h1>^</h1>
<p style="font-size: 60px;margin-left: auto;margin-right: auto;color: white;font-weight: bold;padding-top: 150px;padding-left: 425px;">What is Ramble?</p>
<p style="font-size: 30px;width: 700px;margin-left: auto;margin-right: auto;color: white;padding-top: 100px;font-weight: bold;text-align: center;">
Ramble is the world's first social media platform for podcast lovers. Add friends to enter calls where you can express yourself and go viral.
Save and share your podcasts through our discover section, where millions of stories are right at your fingertips. Follow your favorite
podcasts and be notified when they go live. All of your podcast needs, all in once place.
<p>
<p style="padding-top: 300px;">.</p>
</body>
<script src="main.js"></script>
</html>