Skip to content
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
6,802 changes: 6,802 additions & 0 deletions css/bootstrap.css

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

434 changes: 434 additions & 0 deletions css/config.json

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/* ==========================================================================
header */
/* ========================================================================== */

.header-block {
padding: 20px 0;
/*border-bottom: solid 4px #00abe7;*/
}
.header-block h1 {
margin-top: 0;
}

.navbar-fenom {
background: #00abe7;
color: #fff;
border-radius: 0;
}
.navbar-fenom a {
color: #fff;
-webkit-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.navbar-fenom a:focus,
.navbar-fenom a:hover {
color: #00abe7;
}
.navbar-fenom .navbar-toggle {
border-color: #fff;
}
.navbar-fenom .icon-bar {
background-color: #fff;
}
1,442 changes: 1,442 additions & 0 deletions css/theme.min.css

Large diffs are not rendered by default.

Binary file added fonts/glyphicons-halflings-regular.eot
Binary file not shown.
288 changes: 288 additions & 0 deletions fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file added fonts/glyphicons-halflings-regular.woff
Binary file not shown.
Binary file added fonts/glyphicons-halflings-regular.woff2
Binary file not shown.
Binary file modified images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 22 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!DOCTYPE html>
<!--[if IE 8]> <html class="ie ie8"> <![endif]-->
<!--[if IE 9]> <html class="ie ie9"> <![endif]-->
<!--[if gt IE 9]><!--> <html> <!--<![endif]-->
<head>
Expand All @@ -15,49 +14,41 @@
<link rel="shortcut icon" href="/favicon.ico">

<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,400italic,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Signika:400,300,600,700' rel='stylesheet' type='text/css'>

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha256-k2/8zcNbxVIh5mnQ52A0r3a6jAgMGxFJFE2707UxGCk= sha512-ZV9KawG2Legkwp3nAlxLIVFudTauWuBpC10uEafMHYL0Sarrz5A7G79kXh5+5+woxQ5HM559XX2UZjMJ36Wplg==" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-MfvZlkHCEqatNoGiOXveE8FIwMzZg4W85qfrfIFBfYc= sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
<link rel="stylesheet" href="/stylesheets/stylesheet.css">

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/theme.min.css">
<link rel="stylesheet" href="/css/main.css">
</head>

<body>
<div class="wrapper">
<!-- HEADER -->
<header>
<header class="header-block">
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="/index.html" class="logo"><img src="/images/logo.png" class="img-responsive" alt=""/></a>
<div class="col-xs-12 col-sm-3">
<a href="/index.html" class="logo"><img src="/images/logo.png" width="80" alt=""/></a>
</div>
<div class="col-xs-12 col-sm-7">
<h1>Fenom-template</h1>
<p>lightweight template engine for PHP</p>
</div>
</div>
<div class="freebie-btn">
<a href="#"></a>
</div>
</div>
</header>
<!-- HEADER -->
<!-- MENU -->
<nav class="navbar navbar-default">
<nav class="navbar navbar-fenom">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#top-nav-bar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Navmenu -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<div class="collapse navbar-collapse" id="top-nav-bar">
<ul class="nav navbar-nav">
<li><a class="active" href="/index.html">Home</a></li>
<li><a href="./index.html">Downloads</a></li>
Expand All @@ -70,6 +61,15 @@
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="btn btn-primary">btn-primary</div>
<div class="btn btn-info">btn-info</div>
<div class="btn btn-warning">btn-warning</div>
</div>
</div>
</div>
<!-- MENU -->
</div>
<footer class="footer-bottom">
Expand Down
6 changes: 0 additions & 6 deletions javascripts/jquery-1.11.3.min.js

This file was deleted.

1 change: 0 additions & 1 deletion javascripts/main.js

This file was deleted.

Loading