Skip to content

Commit 1a3c96d

Browse files
committed
docs: More design
1 parent 4c88033 commit 1a3c96d

File tree

7 files changed

+34
-5
lines changed

7 files changed

+34
-5
lines changed

docs/angular-meteor/.meteor/packages

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ less
1111
simison:bootstrap3-less
1212
1313
showdown
14+
linto:fontawesome
1415

docs/angular-meteor/.meteor/versions

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ [email protected]
2525
2626
2727
28+
2829
2930
3031

docs/angular-meteor/client/index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<head>
22
<title>angular-meteor</title>
3+
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
4+
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
35
</head>
46

57
<body>
@@ -12,7 +14,7 @@
1214
<span class="icon-bar"></span>
1315
<span class="icon-bar"></span>
1416
</button>
15-
<a class="navbar-brand" href="/">Angular-Meteor</a>
17+
<a class="navbar-brand" href="/"><img src="/images/no-text-logo.png"></a>
1618
</div>
1719
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
1820
<ul class="nav navbar-nav">

docs/angular-meteor/client/styles/main.less

+20-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ body {
1010
header {
1111
background-color: #2c2c2c;
1212

13+
.navbar-brand {
14+
//width: 100px;
15+
//height: 50px;
16+
margin: auto 0;
17+
padding: 5px 15px;
18+
19+
img {
20+
width: auto;
21+
height: 100%;
22+
}
23+
}
24+
1325
.nav {
1426
li {
1527
a {
@@ -36,7 +48,7 @@ body {
3648
}
3749

3850
.hero-unit {
39-
padding:30px 80px;
51+
padding:100px 80px;
4052
margin:0;
4153
background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(225,225,225,0) 21%, rgba(235,235,235,0) 81%, rgba(238,238,238,1) 100%); /* FF3.6+ */
4254
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(21%,rgba(225,225,225,0)), color-stop(81%,rgba(235,235,235,0)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
@@ -66,9 +78,16 @@ body {
6678
.github {
6779
font-size: 35px;
6880
}
81+
82+
iframe {
83+
border: 3px solid gray;
84+
}
6985
}
7086

7187
}
88+
.main-unit {
89+
padding:30px 80px;
90+
}
7291
.tutorial-container {
7392

7493
.improve-button {

docs/angular-meteor/client/views/main.html

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template name="main.html">
2-
<div class="hero-unit">
2+
<div class="hero-unit main-unit">
33
<div class="container">
44
<div class="main-logo">
55
<img src="/images/angular-meteor-logo.png">
@@ -9,19 +9,25 @@ <h1>Combining the best frameworks - FutureStack</h1>
99
</div>
1010
<div>
1111
<a class="btn btn-default github" href="https://github.com/Urigo/angular-meteor">
12-
<i class="icon-github-sign"></i>
12+
<i class="fa fa-github"></i>
1313
View on Github</a>
1414
</div>
1515
</div>
1616
</div>
1717
<div class="hero-unit">
1818
<div class="container">
19-
<h1><a href="/tutorial">The tutorial</a></h1>
19+
<h1><a href="/tutorial">The tutorial (also in video)</a></h1>
2020
<div>
2121
<iframe width="960" height="720" src="//www.youtube.com/embed/LVuCeKswPPE?list=PLhCf3AUOg4PgQoY_A6xWDQ70yaNtPYtZd" frameborder="0" allowfullscreen></iframe>
2222
</div>
2323
</div>
2424
</div>
25+
<div class="hero-unit">
26+
<div class="container">
27+
<h1>Why</h1>
28+
<h3>Read our <a href="/manifest">manifest</a></h3>
29+
</div>
30+
</div>
2531
<div class="hero-unit">
2632
<div class="container">
2733
<h1>The Basics</h1>
1.12 KB
Binary file not shown.
Loading

0 commit comments

Comments
 (0)