Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp77 committed Jun 30, 2020
1 parent 10f5c4a commit f56169f
Show file tree
Hide file tree
Showing 166 changed files with 579 additions and 139 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
*.log
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
File renamed without changes.
File renamed without changes.
File renamed without changes.
53 changes: 53 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,54 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: Moh Ravi Dwi Putra
email: ravidwiputra@gmail.com
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://ravidwiputra.my.id" # the base hostname & protocol for your site, e.g. http://example.com
github_username: rdp77
permalink: pretty

# Build settings
theme: minima
plugins:
- jekyll-feed
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
17 changes: 17 additions & 0 deletions _data/about.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- title: Name
desc: Moh Ravi Dwi Putra

# - title: Age
# desc:

- title: Job
desc: Collage Student

- title: Citizenship
desc: Indonesia

- title: Residence
desc: Surabaya

- title: E-mail
desc: ravidwiputra@gmail.com
File renamed without changes.
23 changes: 23 additions & 0 deletions _data/certification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- title: HTML Fundamentals Course
image: /assets/img/certification/html_sololearn.jpg

- title: "SEO 101: Cara Membuat Website Eksis Di Halaman Depan Google"
image: /assets/img/certification/seo_skillacademy.jpg

- title: "SEO 101: Cara Membuat Website Eksis Di Halaman Depan Google"
image: /assets/img/certification/seo_skillacademy1.jpg

- title: PHP Tutorial Course
image: /assets/img/certification/php_sololearn.jpg

- title: CSS Fundamentals Course
image: /assets/img/certification/css_sololearn.jpg

- title: "Lintasarta Developer Talk Online Series #2 - Simple Animation on Android"
image: /assets/img/certification/lintasarta2.png

- title: "Lintasarta Developer Talk Online Series #3 - Boost Android App using Android Jetpack"
image: /assets/img/certification/lintasarta3.png

- title: "Lintasarta Developer Talk Online Series #4 - Best Practices and Lessons Learned as a Developer"
image: /assets/img/certification/lintasarta4.png
File renamed without changes.
7 changes: 7 additions & 0 deletions _data/education.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- date: 2007 - 2008
name: Art University of New York
desc: Morbi nulla arcu, pellentesque sed egestas in, tempor eget felis. Nullam tincidunt augue in leo feugiat, quis interdum nisi sollicitudin.

- date: 2004 - 2006
name: Front-end Course
desc: Duis ipsum ligula, feugiat nec auctor vitae, porta sit amet urna. Praesent ex lorem, porta nec aliquet eu, ullamcorper eget nibh.
11 changes: 11 additions & 0 deletions _data/experience.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- date: 2013 - Present
name: Art Director - Facebook Inc
desc: Morbi nulla arcu, pellentesque sed egestas in, tempor eget felis. Nullam tincidunt augue in leo feugiat, quis interdum nisi sollicitudin.

- date: 2011 - 2012
name: Front-end Developer - Google Inc
desc: Duis ipsum ligula, feugiat nec auctor vitae, porta sit amet urna. Praesent ex lorem, porta nec aliquet eu, ullamcorper eget nibh.

- date: 2009 - 2010
name: Senior Developer - Abc Inc
desc: Morbi nulla arcu, pellentesque sed egestas in, tempor eget felis. Nullam tincidunt augue in leo feugiat, quis interdum nisi sollicitudin.
15 changes: 15 additions & 0 deletions _data/knowledge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- name: Website hosting

- name: iOS and android apps

- name: Create logo design

- name: Design for print

- name: Modern and mobile-ready

- name: Advertising services include

- name: Graphics and animations

- name: Search engine marketing
26 changes: 26 additions & 0 deletions _includes/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!-- About -->
<div class="section about">
<div class="content">
<div class="title">
<div class="title_inner">About Me</div>
</div>
<div class="image">
<img src="{{ "/assets/img/avatar.png" | relative_url }}" />
</div>
<div class="desc">
<p>
{{ content }}
</p>
<div class="info-list">
<ul>
{% for abt in site.data.about %}
<li><strong>{{ abt.title }}:</strong> {{ abt.desc }}</li>
{% endfor %}
<li><strong>Age:</strong> <span id="myage"></span></li>
</ul>
</div>
<div class="bts"><a href="#" class="btn fill link" data-text="Download CV">Download CV</a></div>
</div>
<div class="clear"></div>
</div>
</div>
20 changes: 20 additions & 0 deletions _includes/certification.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{% for cert in site.data.certification %}
<div class="box-item f-certification link">
<div class="image">
<a href="{{ cert.image }}" class="has-popup-image">
<img src="{{ cert.image }}" />
<span class="info">
<span class="centrize full-width">
<span class="vertical-center">
<span class="ion ion-image"></span>
</span>
</span>
</span>
</a>
</div>
<div class="desc">
<div class="category">Certification</div>
<a href="{{ cert.image }}" class="name has-popup-image">{{ cert.title }}</a>
</div>
</div>
{% endfor %}
19 changes: 19 additions & 0 deletions _includes/filter.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<div class="filter-menu">
<div class="filters">
<div class="btn-group link">
<label data-text="All" class="glitch-effect">
<input type="radio" name="fl_radio" value=".box-item" />All
</label>
</div>
<div class="btn-group link">
<label data-text="Awards">
<input type="radio" name="fl_radio" value=".f-awards" />Awards
</label>
</div>
<div class="btn-group link">
<label data-text="Certification">
<input type="radio" name="fl_radio" value=".f-certification" />Certification
</label>
</div>
</div>
</div>
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions _includes/knowledge.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!-- Knowledge -->
<div class="section skills">
<div class="content">
<div class="title">
<div class="title_inner">Knowledge</div>
</div>
<div class="skills list">
<ul>
{% for knw in site.data.knowledge %}
<li>
<div class="name">{{ knw.name }}</div>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<a href="#" class="menu-btn"><span></span></a>
<div class="top-menu">
<ul itemscope itemtype="http://www.schema.org/SiteNavigationElement">
<li itemprop="name"><a itemprop="url" href="resume" class="lnk link">Resume</a></li>
<li itemprop="name"><a itemprop="url" href="portfolio" class="lnk link">Portfolio</a></li>
<li itemprop="name"><a itemprop="url" href="awards" class="lnk link">Awards & Certification</a>
<li itemprop="name"><a itemprop="url" href="/resume" class="lnk link">Resume</a></li>
<li itemprop="name"><a itemprop="url" href="/portfolio" class="lnk link">Portfolio</a></li>
<li itemprop="name"><a itemprop="url" href="/awards" class="lnk link">Awards & Certification</a>
</li>
<li itemprop="name"><a itemprop="url" href="https://mohravidwiputra.typeform.com/to/b8kMj7"
target="_blank" class="btn link">Contacts</a></li>
Expand Down
39 changes: 39 additions & 0 deletions _includes/resume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!-- Resume -->
<div class="section resume">
<div class="content">
<div class="cols">
<div class="col col-md">
<div class="title">
<div class="title_inner">Experience</div>
</div>
<div class="resume-items">
{% for exp in site.data.experience %}
<div class="resume-item active">
<div class="date">{{ exp.date }}</div>
<div class="name">{{ exp.name }}</div>
<p>
{{ exp.desc }}
</p>
</div>
{% endfor %}
</div>
</div>
<div class="col col-md">
<div class="title">
<div class="title_inner">Education</div>
</div>
<div class="resume-items">
{% for edu in site.data.education %}
<div class="resume-item">
<div class="date">{{ edu.date }}</div>
<div class="name">{{ edu.name }}</div>
<p>
{{ edu.desc }}
</p>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
75 changes: 75 additions & 0 deletions _layouts/awards.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<!DOCTYPE html>
<html lang="en">

{% include header.html %}

<body>

{% include loading.html %}

<!-- Container -->
<div class="container">

{% include navigation.html %}

<!-- Wrapper -->
<div class="wrapper">

<!-- Started -->
<div class="section started">
<div class="centrize full-width">
<div class="vertical-center">
<div class="started-content">
<div class="h-title glitch-effect" data-text="{{ page.titlecontent }}">
{{ page.titlecontent }}
</div>
<div class="h-subtitle typing-bread">
<p><a href="/index">Home</a> / <a href="/awards">{{ page.titlecontent }}</a></p>
</div>
<span class="typed-bread link"></span>
</div>
</div>
</div>
<a href="javascript:void(0)" class="mouse_btn link"><span class="ion ion-mouse"></span></a>
</div>

<!-- Section -->
<div class="section works">
<div class="content">

{% include filter.html %}

<div class="box-items portfolio-items">

<div class="box-item f-awards link">
<div class="image">
<a href="images/works/work4.jpg" class="has-popup-image">
<img src="images/works/work4.jpg" alt="" />
<span class="info">
<span class="centrize full-width">
<span class="vertical-center">
<span class="ion ion-image"></span>
</span>
</span>
</span>
</a>
</div>
<div class="desc">
<div class="category">Image</div>
<a href="images/works/work4.jpg" class="name has-popup-image">Shopping gift bag</a>
</div>
</div>

{% include certification.html %}

<div class="clear"></div>
</div>
</div>

</div>

</div>
{% include footer.html %}
</body>

</html>
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit f56169f

Please sign in to comment.