Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
100 changes: 50 additions & 50 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,73 +1,73 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />

<title>Nicecream Icecream</title>

<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/coming-sssoon.css" rel="stylesheet" />
<link href="css/coming-sssoon.css" rel="stylesheet" />

<!-- Fonts -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>

</head>

<body>
<div class="main" style="background-image: url('images/sterling-davis-4iXagiKXn3Y-unsplash.jpg')">
<div class="main" style="background-image: url('images/sterling-davis-4iXagiKXn3Y-unsplash.jpg')">

<!-- Change the image source '/images/default.jpg' with your favourite image. -->

<!-- Change the image source '/images/default.jpg' with your favourite image. -->

<div class="cover black" data-color="black"></div>

<!-- You can change the black color for the filter with those colors: blue, green, red, orange -->
<div class="cover black" data-color="black"></div>

<div class="container">
<h1 class="logo cursive">
Nicecream Icecream
</h1>
<!-- H1 can have 2 designs: "logo" and "logo cursive" -->

<div class="content">
<h4 class="motto">Los Angeles's Finest Hipster Icecream Startup</h4>
<h5 class="tagline">
<!-- Home of the Avocado Toast Crunch Scoop -->
</h5>
<div class="subscribe">
<h5 class="info-text">
Join the waiting list. Stay cool. We'll keep you posted.
<!-- You can change the black color for the filter with those colors: blue, green, red, orange -->

<div class="container">
<h1 class="logo cursive">
Nicecream Icecream
</h1>
<!-- H1 can have 2 designs: "logo" and "logo cursive" -->

<div class="content">
<h4 class="motto">Los Angeles's Finest Hipster Icecream Startup</h4>
<h5 class="tagline">
Home of the Lumbersexual Sherbet Scoop
</h5>
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm6-6 col-sm-offset-3 ">
<form class="form-inline" role="form">
<div class="form-group">
<label class="sr-only" for="exampleInputEmail2">Email address</label>
<input type="email" class="form-control transparent" placeholder="Your email here...">
</div>
<button type="submit" class="btn btn-danger btn-fill">Notify Me</button>
</form>
<div class="subscribe">
<h5 class="info-text">
Join the waiting list. Stay cool. We'll keep you posted.
</h5>
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm6-6 col-sm-offset-3 ">
<form class="form-inline" role="form">
<div class="form-group">
<label class="sr-only" for="exampleInputEmail2">Email address</label>
<input type="email" class="form-control transparent"
placeholder="Your email here...">
</div>
<button type="submit" class="btn btn-danger btn-fill">Notify Me</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
Photo by <a target="_blank" href="https://unsplash.com/@sterlingdavisphotola">Sterling Davis</a> on <a target="_blank" href="https://unsplash.com/photos/4iXagiKXn3Y"> Unsplash. </a>
<div class="footer">
<div class="container">
Photo by <a target="_blank" href="https://unsplash.com/@sterlingdavisphotola">Sterling Davis</a> on <a
target="_blank" href="https://unsplash.com/photos/4iXagiKXn3Y"> Unsplash. </a>
</div>
</div>
</div>

</div>
</body>
<script src="js/jquery-1.10.2.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>

</html>


</div>
</body>
<script src="js/jquery-1.10.2.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>

</html>