Compare commits

...

2 Commits

Author SHA1 Message Date
b14dd53889 Testing git post-hooks 2018-06-13 00:06:17 -04:00
cryobry
7c7071dee9 Test workflow with basic edits 2018-06-12 00:11:42 -04:00
4 changed files with 69 additions and 64 deletions

View File

@@ -1,9 +1,9 @@
#Update all the sections by editing the data.yml file inside _data folder. #Update all the sections by editing the data.yml file inside _data folder.
baseurl: '/online-cv' #change it according to your repository name baseurl: '.' #change it according to your repository name
# Style will be applied only after restarting the build or serve. Just choose one of the options. # Style will be applied only after restarting the build or serve. Just choose one of the options.
theme_skin: # blue turquoise green berry orange ceramic theme_skin: ceramic # blue turquoise green berry orange ceramic
# uncomment the next line, if you want the education section displayed in main instead of the sidebar # uncomment the next line, if you want the education section displayed in main instead of the sidebar
#education_in_main: True #education_in_main: True
@@ -24,6 +24,6 @@ compress_html: # - http://jch.penibelst.de/
envs: development envs: development
# Development Settings # Development Settings
port: 4000 port: 3000
host: 0.0.0.0 host: 0.0.0.0
safe: false safe: false

View File

@@ -4,48 +4,45 @@
sidebar: sidebar:
# Site Settings # Site Settings
title: My Resume title: My CV
url: 'http://webjeda.com' url: 'https://cv.bryanroessler.com'
about: true # set to False or comment line if you want to remove the "How to use?" in the sidebar about: false # set to False or comment line if you want to remove the "How to use?" in the sidebar
# Profile information # Profile information
name: Alan Doe name: Bryan Roessler
tagline: Full Stack Developer tagline: Computational Biologist
pic: profile.png #place a 100x100 picture inside /assets/images/ folder and provide the name of the file below pic: profile.png #place a 100x100 picture inside /assets/images/ folder and provide the name of the file below
# Sidebar links # Sidebar links
email: hello@webjeda.com email: bryanroessler@gmail.com
phone: 012 345 6789 #phone: 012 345 6789
website: blog.webjeda.com #do not add http:// website: bryanroessler.com #do not add http://
linkedin: alandoe linkedin: bryan-roessler-phd-47535a60
github: sharu725 github: git.bryanroessler.com
twitter: '@webjeda'
languages:
- language:
idiom: English
level: Native
- language:
idiom: French
level: Professional
- language:
idiom: Spanish
level: Professional
interests: interests:
- interest: - interest:
item: Climbing item: Programming & Technology
link: link:
- interest: - interest:
item: Snowboarding item: Software Development
link: link:
- interest: - interest:
item: Cooking item: Futurology, Automation & AI
link:
- interest:
item: Blockchain
link:
- interest:
item: E-Bikes
link:
- interest:
item: Fitness & Running
link:
- interest:
item: NCAA Basketball (Go Zags!)
link: link:
career-profile: career-profile:
@@ -55,18 +52,18 @@ career-profile:
studies: studies:
- education: - education:
degree: MSc in Computer Science degree: PhD in Cell Biology
university: University of London university: University of Alabama-Birmingham
time: 2011 - 2012 time: 2010 - 2017
details: "Describe your study here lorem ipsum dolor sit amet, consectetuer adipiscing details: "Describe your study here lorem ipsum dolor sit amet, consectetuer adipiscing
elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et
magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec,
pellentesque eu, pretium quis, sem." pellentesque eu, pretium quis, sem."
- education: - education:
degree: BSc in Applied Mathematics degree: BSc in Biology
university: Bristol University university: Gonzaga University
time: 2007 - 2011 time: 2004 - 2008
details: "Describe your study here lorem ipsum dolor sit amet, consectetuer adipiscing details: "Describe your study here lorem ipsum dolor sit amet, consectetuer adipiscing
elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et
magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec,
@@ -80,15 +77,15 @@ projects:
projects: projects:
- project: - project:
title: Velocity title: CFTR
link: "#hook" link: "#hook"
tagline: "A responsive website template designed to help startups promote, market and sell their products." tagline: "A responsive website template designed to help startups promote, market and sell their products."
- project: - project:
title: DevStudio title: Sortase A
link: "#" link: "#"
tagline: "A responsive website template designed to help web developers/designers market their services." tagline: "A responsive website template designed to help web developers/designers market their services."
- project: - project:
title: Tempo title: Testing git hooks 3
link: "#" link: "#"
tagline: "A responsive website template designed to help startups promote their products or services and to attract users & investors" tagline: "A responsive website template designed to help startups promote their products or services and to attract users & investors"
- project: - project:
@@ -124,24 +121,32 @@ skills:
title: Skills & Proficiency title: Skills & Proficiency
skills: skills:
- skill: - skill:
name: Python & Django name: NAMD & VMD
level: 100%
- skill:
name: Python (SciPy, ProDy)
level: 98% level: 98%
- skill: - skill:
name: Javascript & jQuery name: Shell (bash, zsh, sh)
level: 98% level: 98%
- skill: - skill:
name: Angular name: LaTeX
level: 98% level: 98%
- skill: - skill:
name: HTML5 & CSS name: GnuPlot
level: 98%
- skill:
name: GROMACS
level: 95% level: 95%
- skill: - skill:
name: Ruby on Rails name: Linux SysAdmin
level: 95%
- skill:
name: Git
level: 85% level: 85%
- skill: - skill:
name: Sketch & Photoshop name: Gaussian
level: 85%
- skill:
name: Website Development
level: 60% level: 60%
footer:
text: 'Designed with <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank" rel="nofollow">Xiaoying Riley</a> for developers'

View File

@@ -27,7 +27,7 @@
{% endif %} {% endif %}
{% if site.data.data.sidebar.website %} {% if site.data.data.sidebar.website %}
<li class="website"><i class="fa fa-globe"></i><a href="http://{{site.data.data.sidebar.website}}" target="_blank">{{site.data.data.sidebar.website}}</a></li> <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 %} {% endif %}
{% if site.data.data.sidebar.linkedin %} {% if site.data.data.sidebar.linkedin %}
@@ -35,7 +35,7 @@
{% endif %} {% endif %}
{% if site.data.data.sidebar.github %} {% if site.data.data.sidebar.github %}
<li class="github"><i class="fa fa-github"></i><a href="http://github.com/{{site.data.data.sidebar.github}}" target="_blank">{{site.data.data.sidebar.github}}</a></li> <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 %} {% endif %}
{% if site.data.data.sidebar.twitter %} {% if site.data.data.sidebar.twitter %}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 18 KiB