-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
60 lines (57 loc) · 2.54 KB
/
index.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<title>MomCom</title>
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon">
<link rel="icon" href="./assets/favicon.ico" type="image/x-icon">
<link rel='stylesheet' type='text/css' href='./style.css'>
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&display=swap" rel="stylesheet">
</head>
<body>
<!--TOP BANNER-->
<div class='top-banner'>
<div class='title'>MomCom</div>
<div class='nav-links'>
<span><a href='./about.html'>About Us</a></span>
<span>Log In</span>
</div>
</div>
<!--BODY-->
<div class='main'>
<!--LOOKER INFO-->
<div class='left'>
<!--EMOTIONS IFRAME-->
<div class='emotions'>
<iframe src='https://kodewithklossy.cloud.looker.com/embed/public/83HcV9X73kHQFzTQxF4Gq92r7b3C4BBT' width='600' height='338' frameborder='0'></iframe>
</div>
<div class='pain'>
<iframe src='https://kodewithklossy.cloud.looker.com/embed/public/ZGSK2wfkdJMD2rNW5CczBKHrpn94BYcy' width='600' height='338' frameborder='0'></iframe>
</div>
</div>
<!--CONNECTING-->
<div class='right'>
<!--BLOG POSTS-->
<div class='connect'>
<h3>Connect with a network!</h3>
<a href='./blogpost.html'>
<article class='blog-post'>
<h4>Monday, July 6</h4>
<p>Hi MomCom!</p>
<p></p>
<p>I told my doctor about my severe backaches and headaches, and he said it was completely normal. There are times where I can only lie down in a dark room. I know my body, and this isn’t normal, or right. Any suggestions? Am I overreacting?</p>
</article>
</a>
<article id='share-a-post' class='blog-post'>
<h4>Share a post with the MomCom family!</h4>
</article>
</div>
<!--EXTERNAL RESOURCES-->
<a href='./resources.html'>
<div class='resources'>
<h3>Connect with other resources</h3>
</div>
</a>
</div>
</div>
</body>
</html>