Skip to content

Finish site to go online #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions 404.html

This file was deleted.

201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
url: https://feedlabs.github.io

# Site settings
title: Awesome Title
email: [email protected]
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
title: Feedlabs
email: [email protected]
description: ""

# Color settings (hex-codes without the leading hash-tag)
color:
primary: fed136
secondary: 333
primary: 00a2eb
secondary: 666666
secondary-dark: 000

# Team names, titles and social links
Expand Down
42 changes: 8 additions & 34 deletions _includes/css/agency.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,7 @@ fieldset[disabled] .btn-xl.active {
}

.navbar-default .navbar-brand {
font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
color: #{{ site.color.primary }};
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
color: #{{ site.color.secondary }};
float: none;
}

.navbar-default .navbar-collapse {
Expand Down Expand Up @@ -234,44 +226,26 @@ fieldset[disabled] .btn-xl.active {
.navbar-default {
padding: 25px 0;
border: 0;
background-color: transparent;
background-color: #333;
transition: .3s;
-webkit-transition: padding .3s;
-moz-transition: padding .3s;
transition: padding .3s;
}
.navbar-default.navbar-shrink {
padding: 10px 0;

.navbar-default .navbar-brand {
font-size: 2em;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}

.navbar-default .navbar-nav>.active>a {
border-radius: 3px;
}

.navbar-default.navbar-shrink {
padding: 10px 0;
background-color: #222;
}

.navbar-default.navbar-shrink .navbar-brand {
font-size: 1.5em;
}
}

header {
text-align: center;
color: #fff;
background-attachment: scroll;
background-image: url(../img/header-bg.jpg);
background-position: center center;
background-repeat: none;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
color: #333333;
background-color: #ffffe5;
}

header .intro-text {
Expand Down Expand Up @@ -859,4 +833,4 @@ img::-moz-selection {

body {
webkit-tap-highlight-color: #{{ site.color.primary }};
}
}
11 changes: 7 additions & 4 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">{{site.title}}</a>
<a class="navbar-brand page-scroll" href="#page-top">
<img src="img/logo.png" width="100">
</a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand Down Expand Up @@ -44,12 +46,13 @@
<header>
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">Welcome To Our Studio!</div>
<div class="intro-heading">It's Nice To Meet You</div>
<div class="intro-lead-in">Since now you stream only once.</div>
<div class="intro-heading">We stream forever!</div>
<a href="#services" class="page-scroll btn btn-xl">Tell Me More</a>
</div>
</div>
</header><!--
</header>
<!--
{% for page in site.pages %}
{% if page.title %}<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>{% endif %}
{% endfor %}
Expand Down
27 changes: 0 additions & 27 deletions feed.xml

This file was deleted.

Binary file added img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 0 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
---
layout: default
---

<div class="home">

<h1>Posts</h1>

<ul class="posts">
{% for post in site.posts %}
<li>
<span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>

<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>

</div>
Loading