-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex2.php
122 lines (115 loc) · 4.84 KB
/
index2.php
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="google" content="notranslate">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<div id="outter_rim">
<div id="inner_rim">
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Reports</a></li>
<li><a href="#">Challenges</a></li>
<li><a href="#">Resources</a></li>
</ul>
</nav>
<div class="header-container">
<header class="wrapper clearfix">
<h1 class="title">WELL for Life</h1>
<a id="account_drop" href="#"><span></span> Irvin Szeto <b class="caret"></b></a>
<ul id="drop_menu">
<li><a href="#">Logout</a></li>
</ul>
<a href="#" class="hamburger"></a>
</header>
</div>
<div class="splash-container">
<div class="wrapper clearfix">
<h2>March is Nutrition Month!</h2>
<blockquote>
"Let food be thy medicine, and medicine be thy food" - Hippocrates
</blockquote>
</div>
</div>
<div class="main-container">
<div class="main wrapper clearfix">
<article>
<h3>How can I enhance my wellbeing?</h3>
<section>
<figure>
<img src="http://astromatrix.org/Content/Images/Planet%20Aspects/Sun%20Sextile%20Mars.jpg"/>
<figcaption>
<h2>article section h2</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sodales urna non odio egestas tempor. </p>
<a href="#">link to thing</a>
</figcaption>
</figure>
</section>
<section>
<figure>
<img src="http://astromatrix.org/Content/Images/Planet%20Aspects/Sun%20Sextile%20Mars.jpg"/>
<figcaption>
<h2>article section h2</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sodales urna non odio egestas tempor. </p>
<a href="#">link to thing</a>
</figcaption>
</figure>
</section>
<section>
<figure>
<img src="http://astromatrix.org/Content/Images/Planet%20Aspects/Sun%20Sextile%20Mars.jpg"/>
<figcaption>
<h2>article section h2</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sodales urna non odio egestas tempor. </p>
<a href="#">link to thing</a>
</figcaption>
</figure>
</section>
</article>
<aside>
<h3>MyWELL</h3>
<ul>
<li class="notifs"><a href="#">Notifications</a></li>
<li class="rewards"><a href="#">Rewards</a></li>
<li class="surveys">
<a href="#">Surveys</a>
<ol>
<li class="strawberry"><a href="#">2017 Wellbeing</a></li>
<li class="grape"><a href="#">Nutrition</a></li>
<li class="apple"><a href="#">Fitness</a></li>
<li class="orange"><a href="#">Physical Mobility</a></li>
<li class="cherry"><a href="#">Resilience</a></li>
<li class="blueberry"><a href="#">TCM</a></li>
</ol>
</li>
</ul>
</aside>
</div> <!-- #main -->
</div> <!-- #main-container -->
<div class="footer-container">
<footer class="wrapper">
<ul>
<li class="fb"><a href="#">Facebook</a></li>
<li class="tw"><a href="#">Twitter</a></li>
<li class="in"><a href="#">Instagram</a></li>
<li class="li"><a href="#">LinkedIn</a></li>
</ul>
</footer>
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/main.js"></script>
</body>
</html>