Skip to content

Commit

Permalink
102
Browse files Browse the repository at this point in the history
  • Loading branch information
elviseshikena committed Jan 23, 2018
1 parent a3e97aa commit e7dfc63
Show file tree
Hide file tree
Showing 26 changed files with 66 additions and 33 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.sh
*.sh
*.zip
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - YYYY-MMM-DD
### Added
-

 
## [1.2.4] - 2018-JAN-23
### Added
- Event template [101]
- Bug fixes [102]

### Changed
- Fixed default splash info message spelling bug [101]
Expand Down Expand Up @@ -68,7 +74,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Mobile responsive support

### Removed
- Bash uploader file
- Bash uploader file

 
## 1.0.0 - 2017-DEC-19
Expand All @@ -80,12 +86,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- This CHANGELOG file
- A CODE OF CONDUCT for community

[Unreleased]: https://github.com/technovus-sfu/technovus-theme/compare/v1.2.3...HEAD
[Unreleased]: https://github.com/technovus-sfu/technovus-theme/compare/v1.2.4...HEAD
[1.2.4]: https://github.com/technovus-sfu/technovus-theme/compare/v1.2.3...v1.2.4
[1.2.3]: https://github.com/technovus-sfu/technovus-theme/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/technovus-sfu/technovus-theme/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/technovus-sfu/technovus-theme/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/technovus-sfu/technovus-theme/compare/v1.0.0...v1.2.0


[102]: https://github.com/technovus-sfu/tea-coffee/commit/
[101]: https://github.com/technovus-sfu/tea-coffee/commit/
[100]: https://github.com/technovus-sfu/tea-coffee/commit/
2 changes: 1 addition & 1 deletion tea-coffee-core/404.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/

get_template_part( 'template-parts/site/site', 'head' ); ?>
Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/

get_template_part( 'template-parts/site/site', 'head' ); ?>
Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/event-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*
* Template Name: Event
*/
Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/
?>

Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/front-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/

get_template_part( 'template-parts/site/site', 'head' ); ?>
Expand Down
4 changes: 2 additions & 2 deletions tea-coffee-core/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/

/**
Expand Down Expand Up @@ -124,7 +124,7 @@ function cfe_splash_info( $wp_customize ) {
)));

$wp_customize->add_setting('cfe-splash-general-info', array(
'default' => 'Drop by Rm 5370, SFU Surrey Campus every Monday for our work meetings'
'default' => 'Info'
));
$wp_customize->add_control( new WP_Customize_Control($wp_customize, '
cfe-splash-general-info-control', array(
Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/

get_template_part( 'template-parts/site/site', 'head' ); // get page head
Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/

get_template_part( 'template-parts/site/site', 'head' ); ?>
Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/

get_header(); ?>
Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/

get_header(); ?>
Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/project-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*
* Template Name: Project
*/
Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/

if ( ! is_active_sidebar( 'sidebar1' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/single.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/

get_template_part( 'template-parts/site/site', 'head' ); ?>
Expand Down
35 changes: 30 additions & 5 deletions tea-coffee-core/style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
Theme Name: Tea Coffee
Theme URI: https://technovus.ca/downloads
Author: polinkc & eeshiken
Author URI: https://technovus.ca/
Theme URI: https://github.com/technovus-sfu/tea-coffee/
Author: Eeshiken
Author URI: https://eeshiken.github.io/interactive-resume/
Description: Theme custom designed for Technovus SFU. Tea Coffee brings a creative take on the single view single page home-paged website. It supports sticky posts and many other features. Use and be creative!
Version: 1.2.3
Version: 1.2.4
License: MIT License
License URI: https://github.com/technovus-sfu/technovus-theme/blob/master/LICENSE
Text Domain: technovus
Expand Down Expand Up @@ -34,7 +34,7 @@ Use it to make something cool, have fun, and share what you've learned with othe
body {
min-width: 360px;
}
html, body, p, h1, h2, h3 {
html, body {
margin: 0;
transition: transform 0.5s ease 0.02s;
}
Expand Down Expand Up @@ -287,6 +287,23 @@ section nav ul, .main nav ul {
}
/* splash */

/* EVENT */
#event-page-header bubble {
flex-direction: column;
height: auto;
padding: 50px 0;
min-height: 20vh;
}
#event-page-header h1 {
margin: 0 0 10px 0;
}
#event-page-header bubble span {
color: #fff;
font-size: 20px;
font-family: 'Ubuntu', sans-serif;
}
/* event */

/* HEADER */
/* general site header config */
.site-header {
Expand Down Expand Up @@ -734,6 +751,14 @@ sidebar .post-date {

/*------------MEDIA------------------*/
@media screen and (max-width:780px) {
/* 404 */
.error .heading {
font-size: 130px;
}
.error .text {
font-size: 10px;
}
/* 404 */
#mobile-nav-view {
display: flex;
}
Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/template-parts/header/analog-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/
?>

Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/template-parts/header/main-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/
?>

Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/template-parts/page/content-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/

?>
Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/template-parts/post/content-archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/
?>

Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/template-parts/post/content-featured.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/

$sticky = get_option( 'sticky_posts' );
Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/template-parts/post/content-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/
?>

Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/template-parts/post/content-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/
?>

Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/template-parts/site/logo-footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/
?>

Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/template-parts/site/logo-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/
?>

Expand Down
2 changes: 1 addition & 1 deletion tea-coffee-core/template-parts/site/site-head.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Wordpress
* @subpackage Tea Coffee
* @version 1.2.3
* @version 1.2.4
*/
?>

Expand Down

0 comments on commit e7dfc63

Please sign in to comment.