Fix font
This commit is contained in:
@ -73,16 +73,11 @@ export default contain(
|
|||||||
md={ 10 }
|
md={ 10 }
|
||||||
mdOffset= { 1 }
|
mdOffset= { 1 }
|
||||||
xs={ 12 }>
|
xs={ 12 }>
|
||||||
<h1 className='text-center'>Job Opportunities</h1>
|
<h1 className='text-center'>
|
||||||
<Row className='text-center'>
|
|
||||||
<Col
|
|
||||||
xs={ 12 }
|
|
||||||
xsOffset={ 0 }>
|
|
||||||
<p className='text-center large-p'>
|
|
||||||
Talented web developers with strong portfolios are eager
|
Talented web developers with strong portfolios are eager
|
||||||
to work for your company.
|
to work for your company
|
||||||
</p>
|
</h1>
|
||||||
</Col>
|
<Row className='text-center'>
|
||||||
<Col
|
<Col
|
||||||
sm={ 8 }
|
sm={ 8 }
|
||||||
smOffset={ 2 }
|
smOffset={ 2 }
|
||||||
|
@ -1,14 +1,13 @@
|
|||||||
doctype html
|
doctype html
|
||||||
html(ng-app='profileValidation', lang='en')
|
html(lang='en')
|
||||||
head
|
head
|
||||||
if title
|
if title
|
||||||
title= title
|
title= title
|
||||||
else
|
else
|
||||||
title redirecting to | Free Code Camp
|
title Free Code Camp
|
||||||
include partials/small-head
|
include partials/react-stylesheets
|
||||||
body.top-and-bottom-margins(style='overflow: hidden')
|
body.top-and-bottom-margins(style='overflow: hidden')
|
||||||
.container
|
.container
|
||||||
include partials/flash
|
|
||||||
#fcc!= markup
|
#fcc!= markup
|
||||||
script!= state
|
script!= state
|
||||||
script(src=rev('/js', 'bundle.js'))
|
script(src=rev('/js', 'bundle.js'))
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
script(src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js")
|
link(rel='stylesheet', type='text/css' href='/css/lato.css')
|
||||||
script(src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js")
|
|
||||||
link(rel='stylesheet', href='/bower_components/font-awesome/css/font-awesome.min.css')
|
link(rel='stylesheet', href='/bower_components/font-awesome/css/font-awesome.min.css')
|
||||||
link(rel='stylesheet', href='/css/main.css')
|
link(rel='stylesheet', href=rev('/css', 'main.css'))
|
||||||
link(rel='stylesheet', href='/css/Vimeo.css')
|
link(rel='stylesheet', href='/css/Vimeo.css')
|
||||||
// End **REQUIRED** includes
|
|
||||||
|
|
||||||
include meta
|
include meta
|
||||||
meta(charset='utf-8')
|
meta(charset='utf-8')
|
@ -1,14 +1,30 @@
|
|||||||
doctype html
|
doctype html
|
||||||
html(lang='en')
|
html(lang='en')
|
||||||
head
|
script(src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js")
|
||||||
include partials/small-head
|
script(src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js")
|
||||||
body.top-and-bottom-margins
|
link(rel='stylesheet', href='/bower_components/font-awesome/css/font-awesome.min.css')
|
||||||
|
link(rel='stylesheet', href='/css/main.css')
|
||||||
|
link(rel='stylesheet', href='/css/Vimeo.css')
|
||||||
|
|
||||||
|
include partials/meta
|
||||||
|
meta(charset='utf-8')
|
||||||
|
meta(http-equiv='X-UA-Compatible', content='IE=edge')
|
||||||
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
||||||
|
meta(name='csrf-token', content=_csrf)
|
||||||
|
script.
|
||||||
|
(function(i,s,o,g,r,a,m){ i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||||
|
ga('create', 'UA-55446531-1', 'auto');
|
||||||
|
ga('require', 'displayfeatures');
|
||||||
|
ga('send', 'pageview');
|
||||||
|
body.top-and-bottom-margins
|
||||||
include partials/navbar
|
include partials/navbar
|
||||||
.container
|
.container
|
||||||
.row
|
.row
|
||||||
.panel.panel-info
|
.panel.panel-info
|
||||||
p redirecting you... please wait...
|
p redirecting you... please wait...
|
||||||
include partials/footer
|
|
||||||
script.
|
script.
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
window.location = 'http://freecodecamp.com'
|
window.location = 'http://freecodecamp.com'
|
||||||
|
Reference in New Issue
Block a user