mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 09:54:55 -06:00
Started on ATC website
This commit is contained in:
parent
91911031da
commit
5248559333
3 changed files with 36 additions and 0 deletions
1
design_files/aretherecookies.com/img/logo.svg
Normal file
1
design_files/aretherecookies.com/img/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 56 KiB |
22
design_files/aretherecookies.com/index.html
Normal file
22
design_files/aretherecookies.com/index.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>Are There Cookies? Check for good stuff near you.</title>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="jumbotron jumbotron-fluid atc-header">
|
||||
<div class="container">
|
||||
<h1><img src="img/logo.svg" class="logo w-50" alt="Are There Cookies?" /></h1>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
|
||||
</html>
|
||||
13
design_files/aretherecookies.com/styles.css
Normal file
13
design_files/aretherecookies.com/styles.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.atc-header {
|
||||
background-color: #DCDCB0;
|
||||
}
|
||||
.atc-header h1 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.logo {
|
||||
height: 300px;
|
||||
width: 300px;
|
||||
margin: auto;
|
||||
display: block;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue