Skip to content

Commit

Permalink
Revert "Initial commit for the site"
Browse files Browse the repository at this point in the history
This reverts commit 4e37a3f.
  • Loading branch information
liorkesos committed Feb 7, 2014
1 parent 4e37a3f commit f52d6c3
Show file tree
Hide file tree
Showing 32 changed files with 90 additions and 459 deletions.
12 changes: 4 additions & 8 deletions app/views/includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@
<meta property="og:site_name" content="MEAN - A Modern Stack">
<meta property="fb:admins" content="APP_ADMIN">

<link rel="stylesheet" href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700'>
<link rel="stylesheet" href='//fonts.googleapis.com/css?family=Bitter:400,700'>
<link rel="stylesheet" href='//fonts.googleapis.com/css?family=Quantico'>
<link rel="stylesheet" href="/lib/bootstrap/dist/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="/lib/bootstrap/dist/css/bootstrap-responsive.css"> -->
<link rel="stylesheet" href="/css/common.css">

<link rel="stylesheet" href="/lib/bootstrap/dist/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="/lib/bootstrap/dist/css/bootstrap-responsive.css"> -->
<link rel="stylesheet" href="/css/common.css">
<link rel="stylesheet" href="/css/views/articles.css">
<link rel="stylesheet" href="/css/views/index.css">
<link rel="stylesheet" href="/css/views/articles.css">

<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
Expand Down
5 changes: 3 additions & 2 deletions app/views/layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
{% include '../includes/head.html' %}
<body>
<div class="navbar navbar-inverse navbar-fixed-top" data-ng-include="'views/header.html'" data-role="navigation"></div>
<section class="content">
<section class="content">
<section class="container">
{% block content %}{% endblock %}
</section>
</section>
<footer data-ng-include="'views/footer.html'"></footer>
{% include '../includes/foot.html' %}
</body>
</html>
120 changes: 20 additions & 100 deletions public/css/common.css
Original file line number Diff line number Diff line change
@@ -1,105 +1,25 @@
body {
background: #e9e9e9;
font-family:'Open Sans', sans-serif;
}
header {
font-weight: bold;
}
.navbar .brand {
font-family: 'Quantico', sans-serif;
background: url('');
.navbar .nav>li>a.brand {
padding-left:20px;
margin-left:0
}

.content {
margin-top:40px;
margin-top:70px;
width:100%
}
.green-text {
color: #93DD3C;
}
a.green-text:hover {
color: #9beb3f;
cursor: pointer;
text-decoration: none;
display: inline-block;
}

footer {
border: none;
background: url('/img/backgrounds/footer-bg.png') center bottom repeat-x;
height: 130px;
-webkit-box-shadow: 0px -3px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px -3px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px -3px 5px 0px rgba(50, 50, 50, 0.75);
}
footer .container {
height: 100%;
}
footer .footer-left-menu-container {
height: 100%;
float: left;
width: 25%;
margin: 0;
padding: 0;
}
footer .footer-left-menu {
margin: 20px 30px;
padding: 0;
}
footer .footer-left-menu li:not(:last-child) {
margin-bottom: 5px;
}
footer .footer-left-menu li a {
color: #ddd;
}
footer .footer-left-menu li a:hover, footer .footer-left-menu li a:focus {
color: #fff;
text-decoration: none;
}
footer .footer-middle-container {
height: 130px;
line-height: 130px;
float: left;
width: 50%;
margin: 0;
text-align: center;
vertical-align: middle;
}
footer .footer-middle-ninja {
width: 80px;
vertical-align: middle;
}
footer .footer-middle-text {
vertical-align: middle;
font-weight: 200;
color: #8fadba;
}
footer .footer-middle-text img {
}
footer .footer-middle-text a {
color: #93DD3C;
}
footer .footer-middle-text a:hover {
color: #9beb3f;
cursor: pointer;
text-decoration: none;
}
footer .footer-right-menu-container {
height: 100%;
float: right;
width: 25%;
margin: 0;
text-align: center;
}
footer .footer-right-menu {
margin-top: 30px;
}
footer .footer-right-menu li {
display: inline-block;
}
footer .footer-right-menu li:not(:last-child) {
margin-right: 5px;
}
footer .footer-right-menu-text {
color: #8fadba;
font-weight: 200;
font-size: 0.9em;
}
position:fixed;
left:0px;
bottom:0px;
height:30px;
width:100%;
background:#ddd;
-webkit-box-shadow:0 8px 6px 6px black;
-moz-box-shadow:0 8px 6px 6px black;
box-shadow:0 8px 6px 6px black
}

footer p {
padding:5px 0 12px 10px
}
4 changes: 4 additions & 0 deletions public/css/views/articles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
h1 {
text-align:center
}

ul.articles li:not(:last-child) {
border-bottom:1px solid #ccc
}
104 changes: 0 additions & 104 deletions public/css/views/index.css

This file was deleted.

39 changes: 0 additions & 39 deletions public/fonts/mean.dev.svg

This file was deleted.

Binary file removed public/fonts/mean.eot
Binary file not shown.
Loading

0 comments on commit f52d6c3

Please sign in to comment.