-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (38 loc) · 1.68 KB
/
Copy pathindex.html
File metadata and controls
39 lines (38 loc) · 1.68 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
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/favicons/manifest.json">
<meta name="theme-color" content="#404040">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ted E. Bear Academy - For the Kind and Strong</title>
<meta name="description" content="Ted E. Bear Academy is an early childhood education provider in East Tennessee.">
<link rel="stylesheet" href="styles/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" href="styles/home.css">
<script src="https://use.fontawesome.com/e6103790a5.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
</head>
<body class="teba">
<div class="teba-image-container">
<img class="teba-image" src="assets/teba-web-color.png" alt="Ted E. Bear Academy Logo">
<h2>Coming soon...</h2>
</div>
</body>
<script>
// window.onload = () =>{
// if (!window.jQuery) {
// let buttons = document.querySelector('.button-container')
// buttons.style.opacity = 1;
// }
// }
// $(document).ready(() => {
// setTimeout(() => {
// $('.button-container').css('opacity', 1)
// }, 500)
// })
// </script>
</html>