mirror of
https://github.com/ConjureETS/site-2015.git
synced 2026-03-24 04:21:23 +00:00
commit
97c64e5207
@ -126,7 +126,7 @@ header .intro-text .skills {
|
||||
}
|
||||
}
|
||||
section {
|
||||
padding: 100px 0;
|
||||
padding: 50px 0;
|
||||
}
|
||||
|
||||
section h2 {
|
||||
|
||||
@ -4,20 +4,37 @@ html {
|
||||
}
|
||||
body {
|
||||
margin-bottom: 0px;
|
||||
padding-top:10px;
|
||||
padding-bottom: 0px;
|
||||
color: #fff;
|
||||
background-color:#1A7AC5;
|
||||
/*background: rgba(24,188,156,.9);*/
|
||||
}
|
||||
|
||||
.navbar-wrapper {
|
||||
height:52px;
|
||||
}
|
||||
|
||||
.navbar-wrapper .container {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.navbar-wrapper .navbar-brand {
|
||||
padding:5px 10px;
|
||||
}
|
||||
|
||||
.navbar-wrapper .navbar-brand img {
|
||||
height:40px;
|
||||
}
|
||||
/*
|
||||
#conjure
|
||||
{
|
||||
background-image: url("../img/conjure_logo.png");
|
||||
width:200px;
|
||||
height:50px;
|
||||
width:228.3px;
|
||||
height:52px;
|
||||
background-size: 200px 25px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
*/
|
||||
#projet
|
||||
{
|
||||
background-color:#1A7AC5;
|
||||
|
||||
@ -22,8 +22,6 @@
|
||||
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
|
||||
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="{% static 'css/carousel.css'%}" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -39,7 +37,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="#"><div id="conjure"></div></a>
|
||||
<a class="navbar-brand" href="#"><img src="{% static 'img/conjure_logo.png' %}" height="40px"></a>
|
||||
</div>
|
||||
<div id="navbar" class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user