Initial commits and git hooks
This commit is contained in:
6
cv.bryanroessler.com/_includes/about.html
Normal file
6
cv.bryanroessler.com/_includes/about.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="remove-container container-block">
|
||||
<h2 class="container-block-title">About Theme</h2>
|
||||
<ul class="list-unstyled interests-list">
|
||||
<a target="_blank" href="https://www.youtube.com/watch?v=Jnmj1dXDbNk"><li>How to use?</li></a>
|
||||
</ul>
|
||||
</div><!--//About-->
|
||||
16
cv.bryanroessler.com/_includes/analytics.html
Normal file
16
cv.bryanroessler.com/_includes/analytics.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!-- Analytics -->
|
||||
<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', '{{site.analytics}}', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
11
cv.bryanroessler.com/_includes/career-profile.html
Normal file
11
cv.bryanroessler.com/_includes/career-profile.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% if site.data.data.career-profile %}
|
||||
<section class="section summary-section">
|
||||
|
||||
<h2 class="section-title"><i class="fa fa-user"></i>{{ site.data.data.career-profile.title }}</h2>
|
||||
|
||||
<div class="summary">
|
||||
<p>{{ site.data.data.career-profile.text }}</p>
|
||||
</div><!--//summary-->
|
||||
|
||||
</section><!--//section-->
|
||||
{% endif %}
|
||||
42
cv.bryanroessler.com/_includes/education.html
Normal file
42
cv.bryanroessler.com/_includes/education.html
Normal file
@@ -0,0 +1,42 @@
|
||||
{% if site.data.data.studies %}
|
||||
{% if site.education_in_main %}
|
||||
<section class="section educations-section">
|
||||
<h2 class="section-title"><i class="fa fa-graduation-cap"></i>Education</h2>
|
||||
{% for education in site.data.data.studies %}
|
||||
<div class="item">
|
||||
|
||||
<div class="meta">
|
||||
|
||||
<div class="upper-row">
|
||||
<h3 class="degree">{{ education.degree }}</h3>
|
||||
<div class="time">{{ education.time }}</div>
|
||||
</div><!--//upper-row-->
|
||||
|
||||
<div class="university">{{ education.university }}</div>
|
||||
</div><!--//meta-->
|
||||
|
||||
{% if education.details %}
|
||||
<div class="details">
|
||||
<p>{{ education.details }}</p>
|
||||
</div><!--//details-->
|
||||
{% endif %}
|
||||
</div><!--//item-->
|
||||
{% endfor %}
|
||||
|
||||
</section><!--//section-->
|
||||
{% else %}
|
||||
<div class="education-container container-block">
|
||||
|
||||
<h2 class="container-block-title">Education</h2>
|
||||
|
||||
{% for education in site.data.data.studies %}
|
||||
<div class="item">
|
||||
<h4 class="degree">{{ education.degree }}</h4>
|
||||
<h5 class="meta">{{ education.university }}</h5>
|
||||
<div class="time">{{ education.time }}</div>
|
||||
</div><!--//item-->
|
||||
{% endfor %}
|
||||
|
||||
</div><!--//education-container-->
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
29
cv.bryanroessler.com/_includes/experience.html
Normal file
29
cv.bryanroessler.com/_includes/experience.html
Normal file
@@ -0,0 +1,29 @@
|
||||
{% if site.data.experiences %}
|
||||
<section class="section experiences-section">
|
||||
<h2 class="section-title"><i class="fa fa-briefcase"></i>Experiences</h2>
|
||||
|
||||
{% for experience in site.data.experiences %}
|
||||
<div class="item">
|
||||
|
||||
<div class="meta">
|
||||
|
||||
<div class="upper-row">
|
||||
<h3 class="job-title">{{ experience.role }}</h3>
|
||||
<div class="time">{{ experience.time }}</div>
|
||||
</div><!--//upper-row-->
|
||||
|
||||
<div class="company">{{ experience.company }}</div>
|
||||
|
||||
</div><!--//meta-->
|
||||
|
||||
{% if experience.details %}
|
||||
<div class="details">
|
||||
<p>{{ experience.details }}</p>
|
||||
</div><!--//details-->
|
||||
{% endif %}
|
||||
|
||||
</div><!--//item-->
|
||||
{% endfor %}
|
||||
|
||||
</section><!--//section-->
|
||||
{% endif %}
|
||||
6
cv.bryanroessler.com/_includes/footer.html
Normal file
6
cv.bryanroessler.com/_includes/footer.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<footer class="footer">
|
||||
<div class="text-center">
|
||||
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other license options via our website: themes.3rdwavemedia.com */-->
|
||||
<small class="copyright">{{site.data.data.footer.text}}</small>
|
||||
</div><!--//container-->
|
||||
</footer><!--//footer-->
|
||||
23
cv.bryanroessler.com/_includes/head.html
Normal file
23
cv.bryanroessler.com/_includes/head.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<head>
|
||||
<title>{{site.data.data.sidebar.title}}</title>
|
||||
<!-- 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="description" content="A beautiful Jekyll theme for creating resume">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic'
|
||||
rel='stylesheet' type='text/css'>
|
||||
<!-- Global CSS -->
|
||||
<link rel="stylesheet" href="{{site.baseurl}}/assets/plugins/bootstrap/css/bootstrap.min.css">
|
||||
<!-- Plugins CSS -->
|
||||
<link rel="stylesheet" href="{{site.baseurl}}/assets/plugins/font-awesome/css/font-awesome.css">
|
||||
|
||||
<!-- Theme CSS -->
|
||||
<link id="theme-style" rel="stylesheet" href="{{site.baseurl}}/assets/css/main.css">
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
19
cv.bryanroessler.com/_includes/interests.html
Normal file
19
cv.bryanroessler.com/_includes/interests.html
Normal file
@@ -0,0 +1,19 @@
|
||||
{% if site.data.data.sidebar.interests %}
|
||||
<div class="interests-container container-block">
|
||||
|
||||
<h2 class="container-block-title">Interests</h2>
|
||||
|
||||
<ul class="list-unstyled interests-list">
|
||||
{% for interest in site.data.data.sidebar.interests %}
|
||||
|
||||
{% if interest.link %}
|
||||
<li><a href="{{ interest.link }}">{{ interest.item }}</a></li>
|
||||
{% else %}
|
||||
<li>{{ interest.item }}</li>
|
||||
{% endif %}
|
||||
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
</div><!--//interests-->
|
||||
{% endif %}
|
||||
13
cv.bryanroessler.com/_includes/language.html
Normal file
13
cv.bryanroessler.com/_includes/language.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% if site.data.data.sidebar.languages %}
|
||||
<div class="languages-container container-block">
|
||||
|
||||
<h2 class="container-block-title">Languages</h2>
|
||||
|
||||
<ul class="list-unstyled interests-list">
|
||||
{%for language in site.data.data.sidebar.languages %}
|
||||
<li>{{ language.idiom }} <span class="lang-desc">({{ language.level }})</span></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
</div><!--//interests-->
|
||||
{% endif %}
|
||||
25
cv.bryanroessler.com/_includes/projects.html
Normal file
25
cv.bryanroessler.com/_includes/projects.html
Normal file
@@ -0,0 +1,25 @@
|
||||
{% if site.data.data.projects %}
|
||||
<section class="section projects-section">
|
||||
|
||||
<h2 class="section-title"><i class="fa fa-archive"></i>{{ site.data.data.projects.title }}</h2>
|
||||
|
||||
{% if site.data.data.projects.intro %}
|
||||
<div class="intro">
|
||||
<p>{{ site.data.data.projects.intro }}</p>
|
||||
</div><!--//intro-->
|
||||
{% endif %}
|
||||
|
||||
{% for project in site.data.data.projects.projects %}
|
||||
<div class="item">
|
||||
|
||||
<span class="project-title"><a href="{{ project.link }}">{{ project.title }}</a></span>
|
||||
|
||||
{% if project.tagline %}
|
||||
- <span class="project-tagline">{{ project.tagline }}</span>
|
||||
{% endif %}
|
||||
|
||||
</div><!--//item-->
|
||||
{% endfor %}
|
||||
|
||||
</section><!--//section-->
|
||||
{% endif %}
|
||||
21
cv.bryanroessler.com/_includes/publications.html
Normal file
21
cv.bryanroessler.com/_includes/publications.html
Normal file
@@ -0,0 +1,21 @@
|
||||
{% if site.data.data.publications %}
|
||||
<section class="section publications-section">
|
||||
|
||||
<h2 class="section-title"><i class="fa fa-file-text"></i>{{ site.data.data.publications.title }}</h2>
|
||||
|
||||
{% if site.data.data.publications.intro %}
|
||||
<div class="intro">
|
||||
<p>{{ site.data.data.publications.intro }}</p>
|
||||
</div><!--//intro-->
|
||||
{% endif %}
|
||||
|
||||
{% for publication in site.data.data.publications.publications %}
|
||||
<div class="item">
|
||||
<div class="publication-title">{{ publication.title }}</div>
|
||||
<div class="publication-authors">{{ publication.authors }}</div>
|
||||
<div class="publication-conference">{{ publication.conference }}</div>
|
||||
</div><!--//item-->
|
||||
{% endfor %}
|
||||
|
||||
</section><!--//section-->
|
||||
{% endif %}
|
||||
6
cv.bryanroessler.com/_includes/scripts.html
Normal file
6
cv.bryanroessler.com/_includes/scripts.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- Javascript -->
|
||||
<script type="text/javascript" src="{{site.baseurl}}/assets/plugins/jquery-1.11.3.min.js"></script>
|
||||
<script type="text/javascript" src="{{site.baseurl}}/assets/plugins/bootstrap/js/bootstrap.min.js"></script>
|
||||
<!-- custom js -->
|
||||
<script type="text/javascript" src="{{site.baseurl}}/assets/js/main.js"></script>
|
||||
{% if site.analytics %} {% include analytics.html %} {% endif %}
|
||||
57
cv.bryanroessler.com/_includes/sidebar.html
Normal file
57
cv.bryanroessler.com/_includes/sidebar.html
Normal file
@@ -0,0 +1,57 @@
|
||||
<!-- Use icons from fontawesome when you are adding new item in the contact list -->
|
||||
<div class="sidebar-wrapper">
|
||||
|
||||
<div class="profile-container">
|
||||
|
||||
<img class="profile-img" src="{{site.baseurl}}/assets/images/{{ site.data.data.sidebar.pic }}" alt="profile picture" />
|
||||
|
||||
{% if site.data.data.sidebar.name %}
|
||||
<h1 class="name">{{site.data.data.sidebar.name}}</h1>
|
||||
{% endif %}
|
||||
|
||||
{% if site.data.data.sidebar.tagline %}
|
||||
<h3 class="tagline">{{site.data.data.sidebar.tagline}}</h3>
|
||||
{% endif %}
|
||||
|
||||
</div><!--//profile-container-->
|
||||
|
||||
<div class="contact-container container-block">
|
||||
<ul class="list-unstyled contact-list">
|
||||
|
||||
{% if site.data.data.sidebar.email %}
|
||||
<li class="email"><i class="fa fa-envelope"></i><a href="mailto: {{site.data.data.sidebar.email}}">{{site.data.data.sidebar.email}}</a></li>
|
||||
{% endif %}
|
||||
|
||||
{% if site.data.data.sidebar.phone %}
|
||||
<li class="phone"><i class="fa fa-phone"></i><a href="tel:{{site.data.data.sidebar.phone}}">{{site.data.data.sidebar.phone}}</a></li>
|
||||
{% endif %}
|
||||
|
||||
{% if site.data.data.sidebar.website %}
|
||||
<li class="website"><i class="fa fa-globe"></i><a href="https://{{site.data.data.sidebar.website}}" target="_blank">{{site.data.data.sidebar.website}}</a></li>
|
||||
{% endif %}
|
||||
|
||||
{% if site.data.data.sidebar.linkedin %}
|
||||
<li class="linkedin"><i class="fa fa-linkedin"></i><a href="https://linkedin.com/in/{{site.data.data.sidebar.linkedin}}" target="_blank">{{site.data.data.sidebar.linkedin}}</a></li>
|
||||
{% endif %}
|
||||
|
||||
{% if site.data.data.sidebar.github %}
|
||||
<li class="github"><i class="fa fa-github"></i><a href="https://{{site.data.data.sidebar.github}}" target="_blank">{{site.data.data.sidebar.github}}</a></li>
|
||||
{% endif %}
|
||||
|
||||
{% if site.data.data.sidebar.twitter %}
|
||||
<li class="twitter"><i class="fa fa-twitter"></i><a href="https://twitter.com/{{site.data.data.sidebar.twitter}}" target="_blank">{{site.data.data.sidebar.twitter}}</a></li>
|
||||
{% endif %}
|
||||
|
||||
</ul>
|
||||
</div><!--//contact-container-->
|
||||
|
||||
{% if site.education_in_main == null or site.education_in_main == false %}
|
||||
{% include education.html %}
|
||||
{% endif %}
|
||||
{% include language.html %}
|
||||
{% include interests.html %}
|
||||
{% if site.data.data.sidebar.about == true %}
|
||||
{% include about.html %}
|
||||
{% endif %}
|
||||
|
||||
</div><!--//sidebar-wrapper-->
|
||||
24
cv.bryanroessler.com/_includes/skills.html
Normal file
24
cv.bryanroessler.com/_includes/skills.html
Normal file
@@ -0,0 +1,24 @@
|
||||
{% if site.data.data.skills %}
|
||||
<section class="skills-section section">
|
||||
|
||||
<h2 class="section-title"><i class="fa fa-rocket"></i>{{site.data.data.skills.title}}</h2>
|
||||
|
||||
<div class="skillset">
|
||||
|
||||
{% for skill in site.data.data.skills.skills %}
|
||||
<div class="item">
|
||||
|
||||
<h3 class="level-title">{{ skill.name }}</h3>
|
||||
|
||||
<div class="level-bar">
|
||||
<div class="level-bar-inner" data-level="{{ skill.level }}">
|
||||
</div>
|
||||
</div><!--//level-bar-->
|
||||
|
||||
</div><!--//item-->
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
|
||||
</section><!--//skills-section-->
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user