Skip to content
This repository was archived by the owner on Sep 28, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
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: 11 additions & 4 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
/*
EVENTICKA II CUSTOM STYLESHEET
--------------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */

/* Hide an element */
Expand Down Expand Up @@ -66,5 +66,12 @@ body.home:after {
/* ASSIGN CUSTOM PAGE BACKGROUND COLOR/IMAGE */

body.home.static {
background: #fff url('');
background: url('../img/WSC-bg.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body.home:after {
background: none;
}
Binary file added assets/img/WSC-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index_countdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- ## GOOGLE FONTS ## -->
<link href='https://fonts.googleapis.com/css?family=Titillium+Web:200,400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Dosis:300,500' rel='stylesheet' type='text/css'>

</head>

<body class="home static">
Expand Down Expand Up @@ -66,7 +66,7 @@ <h4>NAvigation</h4>

<!-- ## SLIDE TEXT ## -->
<div id="qcSlideText">
<h1 id="slidecaption">Write/Speak/Code 2017 is here</h1>
<h1 id="slidecaption">Write/Speak/Code 2017 conference is here</h1>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lateesha would also like us to remove the words "is here" to the header

<p id="slidedesc">Join us for 4 intense days of workshops, seminars, and talks. Let's build the blueprint that will take your career to the next level!</p>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And add a <br> or something so that each of these sentences is on a separate line


<!-- ## COUNTDOWN TIMER ## -->
Expand Down Expand Up @@ -112,15 +112,15 @@ <h1 id="slidecaption">Write/Speak/Code 2017 is here</h1>
</div>

</section>
<!-- ## FULLSCREEN SLIDES ## -->
<!-- ## FULLSCREEN SLIDES ## -->


<!-- ## LOAD JAVASCRIPTS ## -->
<script src="./assets/js/2.2.2.jquery.min.js" type="text/javascript"></script>
<script src="./assets/js/countdown.js" type="text/javascript"></script>
<script src="./assets/js/owl.carousel.min.js" type="text/javascript"></script>
<script src="./assets/js/library.js" type="text/javascript"></script>
<script src="./assets/js/init.js" type="text/javascript"></script>
<script src="./assets/js/init.js" type="text/javascript"></script>

</body>

Expand Down