Fix font
This commit is contained in:
@ -73,16 +73,11 @@ export default contain(
|
||||
md={ 10 }
|
||||
mdOffset= { 1 }
|
||||
xs={ 12 }>
|
||||
<h1 className='text-center'>Job Opportunities</h1>
|
||||
<Row className='text-center'>
|
||||
<Col
|
||||
xs={ 12 }
|
||||
xsOffset={ 0 }>
|
||||
<p className='text-center large-p'>
|
||||
<h1 className='text-center'>
|
||||
Talented web developers with strong portfolios are eager
|
||||
to work for your company.
|
||||
</p>
|
||||
</Col>
|
||||
to work for your company
|
||||
</h1>
|
||||
<Row className='text-center'>
|
||||
<Col
|
||||
sm={ 8 }
|
||||
smOffset={ 2 }
|
||||
|
@ -1,14 +1,13 @@
|
||||
doctype html
|
||||
html(ng-app='profileValidation', lang='en')
|
||||
html(lang='en')
|
||||
head
|
||||
if title
|
||||
title= title
|
||||
else
|
||||
title redirecting to | Free Code Camp
|
||||
include partials/small-head
|
||||
title Free Code Camp
|
||||
include partials/react-stylesheets
|
||||
body.top-and-bottom-margins(style='overflow: hidden')
|
||||
.container
|
||||
include partials/flash
|
||||
#fcc!= markup
|
||||
script!= state
|
||||
script(src=rev('/js', 'bundle.js'))
|
||||
|
@ -1,9 +1,7 @@
|
||||
script(src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js")
|
||||
script(src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js")
|
||||
link(rel='stylesheet', type='text/css' href='/css/lato.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')
|
||||
// End **REQUIRED** includes
|
||||
|
||||
include meta
|
||||
meta(charset='utf-8')
|
@ -1,14 +1,30 @@
|
||||
doctype html
|
||||
html(lang='en')
|
||||
head
|
||||
include partials/small-head
|
||||
script(src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js")
|
||||
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='/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
|
||||
.container
|
||||
.row
|
||||
.panel.panel-info
|
||||
p redirecting you... please wait...
|
||||
include partials/footer
|
||||
script.
|
||||
setTimeout(function() {
|
||||
window.location = 'http://freecodecamp.com'
|
||||
|
Reference in New Issue
Block a user