forked from robert/robertjohnson.work
Merge branch 'master' into fix-270
This commit is contained in:
commit
2c90b661dd
12
.github/FUNDING.yml
vendored
Normal file
12
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# These are supported funding model platforms
|
||||||
|
|
||||||
|
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||||
|
patreon: # Replace with a single Patreon username
|
||||||
|
open_collective: # Replace with a single Open Collective username
|
||||||
|
ko_fi: # Replace with a single Ko-fi username
|
||||||
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
|
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||||
|
liberapay: # Replace with a single Liberapay username
|
||||||
|
issuehunt: # Replace with a single IssueHunt username
|
||||||
|
otechie: # Replace with a single Otechie username
|
||||||
|
custom: https://www.paypal.com/paypalme/webjeda # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
_site/
|
_site/
|
||||||
.sass-cache/
|
.sass-cache/
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
.jekyll-cahe
|
.jekyll-cache
|
||||||
|
21
LICENSE.txt
21
LICENSE.txt
@ -1,21 +0,0 @@
|
|||||||
MIT License
|
|
||||||
|
|
||||||
Copyright (c) 2019 webjeda
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
14
README.md
14
README.md
@ -6,7 +6,7 @@
|
|||||||
> This theme is designed by Xiaoying Riley at [3rd Wave Media](http://themes.3rdwavemedia.com/).
|
> This theme is designed by Xiaoying Riley at [3rd Wave Media](http://themes.3rdwavemedia.com/).
|
||||||
> Visit her [website](http://themes.3rdwavemedia.com/) for more themes.
|
> Visit her [website](http://themes.3rdwavemedia.com/) for more themes.
|
||||||
|
|
||||||
I have made this into a Jekyll Theme. Checkout the live demo [here](https://webjeda.com/online-cv/).
|
I have made this into a Jekyll Theme. Checkout the live demo [here](https://online-cv.webjeda.com).
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
@ -15,10 +15,10 @@ I have made this into a Jekyll Theme. Checkout the live demo [here](https://webj
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<img src="https://webjeda.com/online-cv/assets/images/desktop.png?raw=true" width="600"/>
|
<img src="https://online-cv.webjeda.com/assets/images/desktop.png?raw=true" width="600"/>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<img src="https://webjeda.com/online-cv/assets/images/mobile.png?raw=true" width="250"/>
|
<img src="https://online-cv.webjeda.com/assets/images/mobile.png?raw=true" width="250"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@ -41,11 +41,11 @@ There are 6 color schemes available:
|
|||||||
|
|
||||||
| Blue | Turquoise | Green |
|
| Blue | Turquoise | Green |
|
||||||
|---------|---------|---------|
|
|---------|---------|---------|
|
||||||
| <img src="https://webjeda.com/online-cv/assets/images/blue.jpg" width="300"/> | <img src="https://webjeda.com/online-cv/assets/images/turquoise.jpg" width="300"/> | <img src="https://webjeda.com/online-cv/assets/images/green.jpg" width="300"/> |
|
| <img src="https://online-cv.webjeda.com/assets/images/blue.jpg" width="300"/> | <img src="https://online-cv.webjeda.com/assets/images/turquoise.jpg" width="300"/> | <img src="https://online-cv.webjeda.com/assets/images/green.jpg" width="300"/> |
|
||||||
|
|
||||||
| Berry | Orange | Ceramic |
|
| Berry | Orange | Ceramic |
|
||||||
|---------|---------|---------|
|
|---------|---------|---------|
|
||||||
| <img src="https://webjeda.com/online-cv/assets/images/berry.jpg" width="300"/> | <img src="https://webjeda.com/online-cv/assets/images/orange.jpg" width="300"/> | <img src="https://webjeda.com/online-cv/assets/images/ceramic.jpg" width="300"/> |
|
| <img src="https://online-cv.webjeda.com/assets/images/berry.jpg" width="300"/> | <img src="https://online-cv.webjeda.com/assets/images/orange.jpg" width="300"/> | <img src="https://online-cv.webjeda.com/assets/images/ceramic.jpg" width="300"/> |
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
@ -54,7 +54,3 @@ Thanks to [Nelson Estevão](https://github.com/nelsonmestevao) for all the [cont
|
|||||||
Thanks to [t-h-e(sfrost)](https://github.com/t-h-e) for all the [contributions](https://github.com/sharu725/online-cv/commits?author=t-h-e).
|
Thanks to [t-h-e(sfrost)](https://github.com/t-h-e) for all the [contributions](https://github.com/sharu725/online-cv/commits?author=t-h-e).
|
||||||
|
|
||||||
Check out for more themes: [**Jekyll Themes**](http://jekyll-themes.com).
|
Check out for more themes: [**Jekyll Themes**](http://jekyll-themes.com).
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
This project is licensed under the [MIT license](LICENSE.txt).
|
|
||||||
|
@ -3,7 +3,12 @@
|
|||||||
# Site Settings
|
# Site Settings
|
||||||
title: My Resume
|
title: My Resume
|
||||||
url: 'http://webjeda.com'
|
url: 'http://webjeda.com'
|
||||||
baseurl: '/online-cv' #change it according to your repository name
|
|
||||||
|
#change it according to your repository name
|
||||||
|
# disabling since we are using a custom domain
|
||||||
|
#baseurl: '/online-cv'
|
||||||
|
|
||||||
|
description: A beautiful Jekyll theme for creating resume
|
||||||
# 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 # blue turquoise green berry orange ceramic
|
theme_skin: blue # blue turquoise green berry orange ceramic
|
||||||
chrome_mobile_color: #use hex colors (ex:#1976d2) or leave empty if you don't want a color for chrome mobile searchbar
|
chrome_mobile_color: #use hex colors (ex:#1976d2) or leave empty if you don't want a color for chrome mobile searchbar
|
||||||
|
@ -16,13 +16,16 @@ sidebar:
|
|||||||
phone: 012 345 6789
|
phone: 012 345 6789
|
||||||
website: blog.webjeda.com #do not add http://
|
website: blog.webjeda.com #do not add http://
|
||||||
linkedin: alandoe
|
linkedin: alandoe
|
||||||
|
xing: alandoe
|
||||||
github: sharu725
|
github: sharu725
|
||||||
|
telegram: # add your nickname without '@' sign
|
||||||
gitlab:
|
gitlab:
|
||||||
bitbucket:
|
bitbucket:
|
||||||
twitter: '@webjeda'
|
twitter: '@webjeda'
|
||||||
stack-overflow: # Number/Username, e.g. 123456/alandoe
|
stack-overflow: # Number/Username, e.g. 123456/alandoe
|
||||||
codewars:
|
codewars:
|
||||||
goodreads: # Number-Username, e.g. 123456-alandoe
|
goodreads: # Number-Username, e.g. 123456-alandoe
|
||||||
|
pdf: http://www.africau.edu/images/default/sample.pdf
|
||||||
|
|
||||||
languages:
|
languages:
|
||||||
- idiom: English
|
- idiom: English
|
||||||
@ -52,9 +55,7 @@ career-profile:
|
|||||||
Aenean commodo ligula eget dolor aenean massa. Cum sociis natoque
|
Aenean commodo ligula eget dolor aenean massa. Cum sociis natoque
|
||||||
penatibus et magnis dis parturient montes, nascetur ridiculus mus.
|
penatibus et magnis dis parturient montes, nascetur ridiculus mus.
|
||||||
Donec quam felis, ultricies nec, pellentesque eu.
|
Donec quam felis, ultricies nec, pellentesque eu.
|
||||||
|
|
||||||
Second paragraph if required.
|
Second paragraph if required.
|
||||||
|
|
||||||
education:
|
education:
|
||||||
- degree: MSc in Computer Science
|
- degree: MSc in Computer Science
|
||||||
university: University of London
|
university: University of London
|
||||||
@ -65,10 +66,8 @@ education:
|
|||||||
sociis natoque penatibus et magnis dis parturient montes, nascetur
|
sociis natoque penatibus et magnis dis parturient montes, nascetur
|
||||||
ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu,
|
ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu,
|
||||||
pretium quis, sem.
|
pretium quis, sem.
|
||||||
|
|
||||||
- Bullet point
|
- Bullet point
|
||||||
- Bullet point
|
- Bullet point
|
||||||
|
|
||||||
- degree: BSc in Applied Mathematics
|
- degree: BSc in Applied Mathematics
|
||||||
university: Bristol University
|
university: Bristol University
|
||||||
time: 2007 - 2011
|
time: 2007 - 2011
|
||||||
@ -78,10 +77,8 @@ education:
|
|||||||
sociis natoque penatibus et magnis dis parturient montes, nascetur
|
sociis natoque penatibus et magnis dis parturient montes, nascetur
|
||||||
ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu,
|
ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu,
|
||||||
pretium quis, sem.
|
pretium quis, sem.
|
||||||
|
|
||||||
- Bullet point
|
- Bullet point
|
||||||
- Bullet point
|
- Bullet point
|
||||||
|
|
||||||
experiences:
|
experiences:
|
||||||
- role: Lead Developer
|
- role: Lead Developer
|
||||||
time: 2015 - Present
|
time: 2015 - Present
|
||||||
@ -96,10 +93,8 @@ experiences:
|
|||||||
error sit voluptatem accusantium doloremque laudantium, totam rem
|
error sit voluptatem accusantium doloremque laudantium, totam rem
|
||||||
aperiam, eaque ipsa quae ab illo inventore veritatis et quasi
|
aperiam, eaque ipsa quae ab illo inventore veritatis et quasi
|
||||||
architecto beatae vitae dicta sunt explicabo.
|
architecto beatae vitae dicta sunt explicabo.
|
||||||
|
|
||||||
- Bullet point
|
- Bullet point
|
||||||
- Bullet point
|
- Bullet point
|
||||||
|
|
||||||
- role: Senior Software Engineer
|
- role: Senior Software Engineer
|
||||||
time: 2014 - 2015
|
time: 2014 - 2015
|
||||||
company: Google, London
|
company: Google, London
|
||||||
@ -109,10 +104,8 @@ experiences:
|
|||||||
Cum sociis natoque penatibus et magnis dis parturient montes,
|
Cum sociis natoque penatibus et magnis dis parturient montes,
|
||||||
nascetur ridiculus mus. Donec quam felis, ultricies nec,
|
nascetur ridiculus mus. Donec quam felis, ultricies nec,
|
||||||
pellentesque eu, pretium quis, sem.
|
pellentesque eu, pretium quis, sem.
|
||||||
|
|
||||||
- Bullet point
|
- Bullet point
|
||||||
- Bullet point
|
- Bullet point
|
||||||
|
|
||||||
- role: UI Developer
|
- role: UI Developer
|
||||||
time: 2012 - 2014
|
time: 2012 - 2014
|
||||||
company: Amazon, London
|
company: Amazon, London
|
||||||
@ -122,17 +115,14 @@ experiences:
|
|||||||
Cum sociis natoque penatibus et magnis dis parturient montes,
|
Cum sociis natoque penatibus et magnis dis parturient montes,
|
||||||
nascetur ridiculus mus. Donec quam felis, ultricies nec,
|
nascetur ridiculus mus. Donec quam felis, ultricies nec,
|
||||||
pellentesque eu, pretium quis, sem.
|
pellentesque eu, pretium quis, sem.
|
||||||
|
|
||||||
- Bullet point
|
- Bullet point
|
||||||
- Bullet point
|
- Bullet point
|
||||||
|
|
||||||
projects:
|
projects:
|
||||||
title: Projects
|
title: Projects
|
||||||
intro: >
|
intro: >
|
||||||
You can list your side projects or open source libraries in this
|
You can list your side projects or open source libraries in this
|
||||||
section. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
section. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||||||
Vestibulum et ligula in nunc bibendum fringilla a eu lectus.
|
Vestibulum et ligula in nunc bibendum fringilla a eu lectus.
|
||||||
|
|
||||||
assignments:
|
assignments:
|
||||||
- title: Velocity
|
- title: Velocity
|
||||||
link: "#hook"
|
link: "#hook"
|
||||||
@ -160,17 +150,19 @@ publications:
|
|||||||
You can list your publications in this section. Lorem ipsum dolor sit
|
You can list your publications in this section. Lorem ipsum dolor sit
|
||||||
amet, consectetur adipiscing elit. Vestibulum et ligula in nunc
|
amet, consectetur adipiscing elit. Vestibulum et ligula in nunc
|
||||||
bibendum fringilla a eu lectus.
|
bibendum fringilla a eu lectus.
|
||||||
|
|
||||||
papers:
|
papers:
|
||||||
- title: The Art of Computer Programming
|
- title: The Art of Computer Programming
|
||||||
|
link: "#"
|
||||||
authors: Donald E. Knuth
|
authors: Donald E. Knuth
|
||||||
conference: Addison-Wesley, 1968
|
conference: Addison-Wesley, 1968
|
||||||
|
|
||||||
- title: "Genetic Programming III: Darwinian Invention & Problem Solving"
|
- title: "Genetic Programming III: Darwinian Invention & Problem Solving"
|
||||||
|
link: "#"
|
||||||
authors: Koza, J.R., Andre, D., Bennett, F.H., Keane, M.A.
|
authors: Koza, J.R., Andre, D., Bennett, F.H., Keane, M.A.
|
||||||
conference: "Morgan Kaufmann Publishers Inc., San Francisco, CA, USA, 1st edn. (1999)"
|
conference: "Morgan Kaufmann Publishers Inc., San Francisco, CA, USA, 1st edn. (1999)"
|
||||||
|
|
||||||
- title: A syntax directed compiler for Algol 60
|
- title: A syntax directed compiler for Algol 60
|
||||||
|
link: "#"
|
||||||
authors: Edgar T. Irons
|
authors: Edgar T. Irons
|
||||||
conference: "Comm. ACM 4 (1961), 51–55"
|
conference: "Comm. ACM 4 (1961), 51–55"
|
||||||
|
|
||||||
|
@ -13,6 +13,12 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if sidebar.telegram %}
|
||||||
|
<li class="telegram"><i class="fab fa-telegram"></i>
|
||||||
|
<a href="https://t.me/{{ sidebar.telegram }}" target="_blank">{{ sidebar.telegram }}</a>
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if sidebar.website %}
|
{% if sidebar.website %}
|
||||||
<li class="website"><i class="fas fa-globe-americas"></i>
|
<li class="website"><i class="fas fa-globe-americas"></i>
|
||||||
<a href="http://{{ sidebar.website }}" target="_blank">{{ sidebar.website }}</a>
|
<a href="http://{{ sidebar.website }}" target="_blank">{{ sidebar.website }}</a>
|
||||||
@ -25,6 +31,12 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if sidebar.xing %}
|
||||||
|
<li class="xing"><i class="fab fa-xing"></i>
|
||||||
|
<a href="https://www.xing.com/profile/{{ sidebar.xing }}" target="_blank">{{ sidebar.xing }}</a>
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if sidebar.github %}
|
{% if sidebar.github %}
|
||||||
<li class="github"><i class="fab fa-github"></i>
|
<li class="github"><i class="fab fa-github"></i>
|
||||||
<a href="http://github.com/{{ sidebar.github }}" target="_blank">{{ sidebar.github }}</a>
|
<a href="http://github.com/{{ sidebar.github }}" target="_blank">{{ sidebar.github }}</a>
|
||||||
@ -67,5 +79,11 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if sidebar.pdf %}
|
||||||
|
<li class="pdf"><i class="fas fa-file-pdf"></i>
|
||||||
|
<a href="{{ sidebar.pdf }}" target="_blank">Resume PDF</a>
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!--//contact-container-->
|
</div><!--//contact-container-->
|
||||||
|
@ -8,7 +8,8 @@
|
|||||||
{% endif%}
|
{% endif%}
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="A beautiful Jekyll theme for creating resume">
|
<meta name="description" content="{{ site.description |default: "A beautiful
|
||||||
|
Jekyll theme for creating resume" }}">
|
||||||
|
|
||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
<link rel="shortcut icon" href="favicon.ico">
|
<link rel="shortcut icon" href="favicon.ico">
|
||||||
|
@ -20,7 +20,11 @@
|
|||||||
<div class="item">
|
<div class="item">
|
||||||
|
|
||||||
<span class="project-title">
|
<span class="project-title">
|
||||||
<a href="{{ project.link }}">{{ project.title }}</a>
|
{% if project.link %}
|
||||||
|
<a href="{{ project.link }}" target="_blank">{{ project.title }}</a>
|
||||||
|
{% else %}
|
||||||
|
{{ project.title }}
|
||||||
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
{% if project.tagline %}
|
{% if project.tagline %}
|
||||||
|
@ -18,7 +18,11 @@
|
|||||||
|
|
||||||
{% for publication in publications.papers %}
|
{% for publication in publications.papers %}
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="publication-title">{{ publication.title }}</div>
|
{% if publication.link %}
|
||||||
|
<li><a href="{{ publication.link }}">{{ publication.title }}</a></li>
|
||||||
|
{% else %}
|
||||||
|
<li>{{ publication.title }}</li>
|
||||||
|
{% endif %}
|
||||||
<div class="publication-authors">{{ publication.authors }}</div>
|
<div class="publication-authors">{{ publication.authors }}</div>
|
||||||
<div class="publication-conference">{{ publication.conference }}</div>
|
<div class="publication-conference">{{ publication.conference }}</div>
|
||||||
</div><!--//item-->
|
</div><!--//item-->
|
||||||
|
@ -80,7 +80,7 @@ p {
|
|||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
.contact-list {
|
.contact-list {
|
||||||
.fas, .fab {
|
.fas, .fab, .far {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@ -203,6 +203,7 @@ p {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
color: darken($theme-color, 15%);
|
||||||
}
|
}
|
||||||
.projects-section {
|
.projects-section {
|
||||||
.intro {
|
.intro {
|
||||||
|
@ -36,4 +36,10 @@
|
|||||||
-webkit-print-color-adjust: exact;
|
-webkit-print-color-adjust: exact;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fa-inverse,
|
||||||
|
.fa-inverse:after,
|
||||||
|
.fa-inverse:before {
|
||||||
|
color: #ffffff !important;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
BIN
favicon.ico
BIN
favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user