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
Corey Sheldon
weather
Commits
d94c9571
Commit
d94c9571
authored
Mar 17, 2016
by
Zach
Browse files
added card for fairfax campus
parent
44626bd8
Changes
3
Hide whitespace changes
Inline
Side-by-side
weather/client/head.html
View file @
d94c9571
...
...
@@ -2,4 +2,5 @@
<meta
charset=
"utf-8"
>
<meta
name=
"description"
content=
"SRCT Weather beautifully displays live weather and forecasts for Mason's campuses."
>
<title>
SRCT Weather
</title>
<link
rel=
"stylesheet"
href=
"weather.css"
>
</head>
weather/client/weather.css
View file @
d94c9571
/* CSS declarations go here */
.temp-size
{
font-size
:
32pt
;
}
.weather-card.mdl-card
{
margin
:
auto
;
margin-top
:
10px
;
width
:
80%
;
height
:
250px
;
}
weather/client/weather.html
View file @
d94c9571
<body>
{{> weather}}
</body>
<template
name=
"weather"
>
<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>
<div
class=
"weather-card mdl-card mdl-shadow--4dp"
>
<div
class=
"mdl-card__title"
>
<h1
class=
"mdl-card__title-text"
>
Fairfax Campus
<br
/></h1>
</div>
<div
class=
"mdl-card__supporting-text"
>
<h4>
Partly Cloudy
</h4>
<div
class=
"temp-size"
>
<i
class=
"wi wi-day-cloudy wi-fw"
></i>
76
<i
class=
"wi wi-fahrenheit"
></i>
</div><br
/>
Feels like 72
<i
class=
"wi wi-fahrenheit"
></i><br
/>
</div>
</div>
<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>
...
...
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