Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eyad Hasan
weather
Commits
46590da3
Commit
46590da3
authored
Mar 17, 2016
by
Daniel W Bond
Browse files
most basic of basic outlines for page structuring
parent
647f0a7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
weather/client/weather.html
View file @
46590da3
<body>
<h1>
SRCT Weather
</h1>
{{> weather}}
</body>
<template
name=
"weather"
>
<h1><i
class=
"wi wi-day-cloudy wi-fw"
></i></h1>
<p>
The temperature would likely go here
</p>
<h1><strong>
Fairfax Campus
</strong></h1>
<h1><i
class=
"wi wi-day-cloudy wi-fw"
></i>
76
<i
class=
"wi wi-fahrenheit"
></i></h1>
<h2>
Feels like 72
<i
class=
"wi wi-fahrenheit"
></i></h2>
<hr>
<h3><strong>
Arlington Campus
</strong>
<i
class=
"wi wi-day-sunny"
></i>
82
<i
class=
"wi wi-fahrenheit"
></i></h3>
<hr>
<h3><strong>
Science and Technology Campus
</strong>
<i
class=
"wi wi-day-sunny-overcast"
></i>
74
<i
class=
"wi wi-fahrenheit"
></i></h3>
<hr>
<h3><strong>
Smithsonian Conservation Biology Institute
</strong>
<i
class=
"wi wi-day-storm-showers"
></i>
68
<i
class=
"wi wi-fahrenheit"
></i></h3>
<hr>
<h3><strong>
Mason Korea
</strong>
<i
class=
"wi wi-rain-mix"
></i>
64
<i
class=
"wi wi-fahrenheit"
></i></h3>
<hr>
<h3><strong>
Mason Ras-Al-Khaimah
</strong>
<i
class=
"wi wi-hot"
></i>
102
<i
class=
"wi wi-fahrenheit"
></i></h3>
<hr>
</template>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment