This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
140 additions
and
15 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,49 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Title</title> | ||
<meta charset="utf-8"> | ||
<title>Ambassador - Menu</title> | ||
<meta name="description" content="Ambassador Website wahoo"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="stylesheet" href="css/normalize.css"/> | ||
<!-- <link rel="stylesheet" type="text/css" href="css/main.css"/>--> | ||
<link rel="stylesheet/less" type="text/css" href="css/main.less"/> | ||
<script src="js/less.min.js" type="text/javascript"></script> | ||
<script src="js/plugins.js"></script> | ||
<script src="js/main.js"></script> | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | ||
</head> | ||
<body> | ||
<div class="home-splash"> | ||
<div class="header"> | ||
<a class="left center" href="index.html"> | ||
Ambassador | ||
</a> | ||
<div class="right center"> | ||
<a class="active barrel" href="menu.html">Menu</a> | ||
<a class="barrel">History</a> | ||
<a class="barrel">Join us</a> | ||
<a class="barrel" href="takenbake.html">Take N' Bake</a> | ||
</div> | ||
</div> | ||
<div class="landing dead-center"> | ||
<div class="card center" style="width: 50vw;"> | ||
<h1 style="font-size: 6em">— Menu —</h1> | ||
<a style="font-size: 6em; text-decoration: none" href="#below-splash" >↓</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="below-splash" id="below-splash" style="background-size: 50vw; background-image:url(img/wood_texture-vertical.jpg);"> | ||
<div class="column-grid-content dead-center" > | ||
<div class="menu-column"> | ||
<p>asdf</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer"> | ||
|
||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>Ambassador - Take N' Bake</title> | ||
<meta name="description" content="Ambassador Website wahoo"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="stylesheet" href="css/normalize.css"/> | ||
<!-- <link rel="stylesheet" type="text/css" href="css/main.css"/>--> | ||
<link rel="stylesheet/less" type="text/css" href="css/main.less"/> | ||
<script src="js/less.min.js" type="text/javascript"></script> | ||
<script src="js/plugins.js"></script> | ||
<script src="js/main.js"></script> | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | ||
</head> | ||
<body> | ||
<div class="home-splash"> | ||
<div class="header"> | ||
<a class="left center" href="index.html"> | ||
Ambassador | ||
</a> | ||
<div class="right center"> | ||
<a class="barrel" href="menu.html">Menu</a> | ||
<a class="barrel">History</a> | ||
<a class="barrel">Join us</a> | ||
<a class="active barrel" href="takenbake.html">Take N' Bake</a> | ||
</div> | ||
</div> | ||
<div class="landing dead-center"> | ||
<div class="card center" style="width: 50vw;"> | ||
<h1 style="font-size: 5em">— Take N' Bake —</h1> | ||
<a style="font-size: 6em; text-decoration: none" href="#below-splash" >↓</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="below-splash" id="below-splash" style="background-size: 50vw; background-image:url(img/wood_texture-vertical.jpg);"> | ||
<div class="column-grid-content dead-center" > | ||
<div class="menu-column"> | ||
<p>asdf</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer"> | ||
|
||
</div> | ||
</body> | ||
</html> |