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
1ba1b17d
Commit
1ba1b17d
authored
Mar 17, 2016
by
Zach
Committed by
Zach Knox
Apr 30, 2016
Browse files
more in table and new header color
parent
380968b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
weather/client/weather.css
View file @
1ba1b17d
...
...
@@ -2,6 +2,9 @@
.bg
{
background-color
:
#dedede
;
}
.header-bg
{
background-color
:
#006633
;
}
.temp-size
{
font-size
:
32pt
;
...
...
weather/client/weather.html
View file @
1ba1b17d
...
...
@@ -2,9 +2,11 @@
<div
class=
"mdl-layout mdl-js-layout"
>
<header
class=
"mdl-layout__header"
>
<div
class=
"header-bg"
>
<div
class=
"mdl-layout__header-row"
>
<span
class=
"mdl-layout__title"
>
Weather
</span>
</div>
</div>
</header>
<main
class=
"mdl-layout__content"
>
<div>
...
...
@@ -38,6 +40,10 @@
<thead>
<tr>
<th
class=
"mdl-data-table__cell--non-numeric"
>
Hourly Forcast
</th>
<th
class=
"mdl-data-table__cell--non-numeric"
>
Condition
</th>
<th
class=
"mdl-data-table__cell--non-numeric"
><i
class=
"wi wi-fahrenheit"
></i></th>
<th
class=
"mdl-data-table__cell--non-numeric"
>
Precipitation
</th>
<th
class=
"mdl-data-table__cell--non-numeric"
>
Wind
</th>
</tr>
</thead>
<tbody>
...
...
@@ -45,21 +51,29 @@
<td
class=
"mdl-data-table__cell--non-numeric"
>
4 PM
</td>
<td
class=
"mdl-data-table__cell--non-numeric"
><i
class=
"wi wi-day-cloudy wi-fw"
></i>
Partly Cloudy
</td>
<td>
74
<i
class=
"wi wi-fahrenheit"
></i></td>
<td>
0%
</td>
<td>
3mph
</td>
</tr>
<tr>
<td
class=
"mdl-data-table__cell--non-numeric"
>
5 PM
</td>
<td
class=
"mdl-data-table__cell--non-numeric"
><i
class=
"wi wi-day-sunny wi-fw"
></i>
Sunny
</td>
<td>
72
<i
class=
"wi wi-fahrenheit"
></i></td>
<td>
0%
</td>
<td>
4mph
</td>
</tr>
<tr>
<td
class=
"mdl-data-table__cell--non-numeric"
>
6 PM
</td>
<td
class=
"mdl-data-table__cell--non-numeric"
><i
class=
"wi wi-night-clear wi-fw"
></i>
Clear
</td>
<td>
70
<i
class=
"wi wi-fahrenheit"
></i></td>
<td>
0%
</td>
<td>
6mph
</td>
</tr>
<tr>
<td
class=
"mdl-data-table__cell--non-numeric"
>
7 PM
</td>
<td
class=
"mdl-data-table__cell--non-numeric"
><i
class=
"wi wi-night-cloudy wi-fw"
></i>
Partly Cloudy
</td>
<td>
69
<i
class=
"wi wi-fahrenheit"
></i></td>
<td>
0%
</td>
<td>
11mph
</td>
</tr>
</tbody>
</table>
...
...
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