Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learning #69

Open
wants to merge 22 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
url: https://y7kim.github.io
baseurl: /agency-jekyll-theme/
url: https://www.developertenzin.com
baseurl: "/"

# Site settings
title: Awesome Title
email: your-email@domain.com
description: "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."
title: DeveloperTenzin
email: tenzinphuljung7@gmail.com
description: "My name is Tenzin Phuljung, and I am a front-end web developer based in Chicago suburbs."

# Color settings (hex-codes without the leading hash-tag)
color:
primary: fed136
secondary: fec503
secondary: fec503
secondary-dark: 333

# Team names, titles and social links
people:
- name: Kay Garland
- name: Random
pic: 1
position: Lead Designer
position: Lead Developer
social:
- title: twitter
url: #
Expand Down Expand Up @@ -50,21 +50,21 @@ people:
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: twitter
url: http://twitter.com/jekyllrb
- title: facebook
url: http://twitter.com/tenzinpluto
- title:
url:
- title: linkedin
url: http://linkedin.com/in/tenzinpluto
- title:
url:
- title: stack-overflow
url: http://stackoverflow.com/questions/tagged/jekyll
- title: bitbucket
url: http://bitbucket.org/jekyll
- title: github
url: http://github.com/jekyll
url: http://github.com/developertenzin

# Postal address (add as many lines as necessary)
address:
- line: 3481 Melrose Place
- line: Beverly Hills, CA 90210
- line:
- line:

# Build settings
markdown: kramdown
permalink: pretty
permalink: pretty
6 changes: 4 additions & 2 deletions _includes/about.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<!-- About Section -->
<!--
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About</h2>
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
<h3 class="section-subheading text-muted">A little bit more about me.</h3>
</div>
</div>
<div class="row">
Expand Down Expand Up @@ -77,4 +78,5 @@ <h4>Be Part
</div>
</div>
</div>
</section>
</section>
-->
4 changes: 2 additions & 2 deletions _includes/clients.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Clients Aside -->
<aside class="clients">
<!--<aside class="clients">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
Expand All @@ -24,4 +24,4 @@
</div>
</div>
</div>
</aside>
</aside>-->
19 changes: 10 additions & 9 deletions _includes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,43 @@
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact Us</h2>
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
<h2 class="section-heading">Get In Touch</h2>
<h3 class="section-subheading text-muted">Let's Talk.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form name="sentMessage" id="contactForm" novalidate>
<form action="http://formspree.io/tenzinphuljung7@gmail.com" method="POST" name="sentMessage" id="contactForm" novalidate>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name *" id="name" required data-validation-required-message="Please enter your name.">
<input type="text" class="form-control" placeholder="Your Name *" id="name" name="name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Your Email *" id="email" required data-validation-required-message="Please enter your email address.">
<input type="email" class="form-control" placeholder="Your Email *" id="email" name="_replyto" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>

<div class="form-group">
<input type="tel" class="form-control" placeholder="Your Phone *" id="phone" required data-validation-required-message="Please enter your phone number.">
<input type="tel" class="form-control" placeholder="Your Phone *" id="phone" name="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" placeholder="Your Message *" id="message" required data-validation-required-message="Please enter a message."></textarea>
<textarea class="form-control" placeholder="Your Message *" id="message" name="textarea" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div id="success"></div>
<button type="submit" class="btn btn-xl">Send Message</button>
<button type="submit" value="Send" class="btn btn-xl">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
</section>
4 changes: 2 additions & 2 deletions _includes/css/agency.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ header {
text-align: center;
color: #fff;
background-attachment: scroll;
background-image: url(../img/header-bg.jpg);
background-image: url(../img/profile1.png);/*url(../img/header-bg.jpg);*/
background-position: center center;
background-repeat: none;
-webkit-background-size: cover;
Expand Down Expand Up @@ -861,4 +861,4 @@ img::-moz-selection {

body {
webkit-tap-highlight-color: #{{ site.color.primary }};
}
}
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright &copy; {{ site.title }} 2014</span>
<span class="copyright">Copyright &copy; {{ site.title }} 2015</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
Expand All @@ -22,4 +22,4 @@
</div>
</div>
</div>
</footer>
</footer>
4 changes: 2 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@


<!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link rel="stylesheet" href="{{ "/style.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "style.css" | prepend: site.baseurl }}">

<!-- Custom Fonts -->
<link rel="stylesheet" href="{{ "/css/font-awesome/css/font-awesome.min.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "css/font-awesome/css/font-awesome.min.css" | prepend: site.baseurl }}">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
Expand Down
15 changes: 7 additions & 8 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<li>
<a class="page-scroll" href="#portfolio">Portfolio</a>
</li>
<li>
<!--<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
</li>-->
<!--<li>
<a class="page-scroll" href="#team">Team</a>
</li>
</li>-->
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
Expand All @@ -44,9 +44,9 @@
<header>
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">Welcome To Our Studio!</div>
<div class="intro-heading">It's Nice To Meet You</div>
<a href="#services" class="page-scroll btn btn-xl">Tell Me More</a>
<div class="intro-lead-in">Hello. I'm Tenzin. A Front-end Developer.</div>
<div class="intro-heading">It's Nice To Meet You.</div>
<a href="#services" class="page-scroll btn btn-xl">My Work&nbsp;&nbsp;<span class="fa fa-arrow-down"></span></a>
</div>
</div>
</header>
Expand All @@ -55,4 +55,3 @@
{% if page.title %}<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>{% endif %}
{% endfor %}
-->

16 changes: 8 additions & 8 deletions _includes/js.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!-- jQuery Version 1.11.0 -->
<script src="{{ "/js/jquery-1.11.0.js" | prepend: site.baseurl }}"></script>
<script src="{{ "js/jquery-1.11.0.js" | prepend: site.baseurl }}"></script>

<!-- Bootstrap Core JavaScript -->
<script src="{{ "/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
<script src="{{ "js/bootstrap.min.js" | prepend: site.baseurl }}"></script>

<!-- Plugin JavaScript -->
<script src="{{ "/js/jquery.easing.min.js" | prepend: site.baseurl }}"></script>
<script src="{{ "/js/classie.js" | prepend: site.baseurl }}"></script>
<script src="{{ "/js/cbpAnimatedHeader.js" | prepend: site.baseurl }}"></script>
<script src="{{ "js/jquery.easing.min.js" | prepend: site.baseurl }}"></script>
<script src="{{ "js/classie.js" | prepend: site.baseurl }}"></script>
<script src="{{ "js/cbpAnimatedHeader.js" | prepend: site.baseurl }}"></script>

<!-- Contact Form JavaScript -->
<script src="{{ "/js/jqBootstrapValidation.js" | prepend: site.baseurl }}"></script>
<script src="{{ "/js/contact_me.js" | prepend: site.baseurl }}"></script>
<script src="{{ "js/jqBootstrapValidation.js" | prepend: site.baseurl }}"></script>
<script src="{{ "js/contact_me.js" | prepend: site.baseurl }}"></script>

<!-- Custom Theme JavaScript -->
<script src="{{ "/js/agency.js" | prepend: site.baseurl }}"></script>
<script src="{{ "js/agency.js" | prepend: site.baseurl }}"></script>
6 changes: 3 additions & 3 deletions _includes/modals.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ <h2>{{ post.title }}</h2>
<p>{{ post.description }}</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://startbootstrap.com">{{ post.client }}</a>
<strong><a href="#">{{ post.client }}</a>
</strong>
</li>
<li>Date:
<strong><a href="http://startbootstrap.com">{{ post.project-date }}</a>
<strong><a href="#">{{ post.project-date }}</a>
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">{{ post.category }}</a>
<strong><a href="#">{{ post.category }}</a>
</strong>
</li>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions _includes/portfolio_grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Portfolio</h2>
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
<h2 class="section-heading">Recent Projects</h2>
<h3 class="section-subheading text-muted">What I am up to right now.</h3>
</div>
</div>
<div class="row">
Expand All @@ -26,4 +26,4 @@ <h4>{{ post.title }}</h4>
{% endfor %}
</div>
</div>
</section>
</section>
26 changes: 13 additions & 13 deletions _includes/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Services</h2>
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
<h2 class="section-heading">What I do</h2>
<h3 class="section-subheading text-muted">I create fully responsive, mobile-optimized, search-engine friendly websites.</h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<!--<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-shopping-cart fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">E-Commerce</h4>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit.</p>
</div>
<div class="col-md-4">
<h4 class="service-heading">Development</h4>
<p class="text-muted">I develop elegant websites from scratch that are not only fast but also interactive.</p>
</div>-->
<div class="col-md-6">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Responsive Design</h4>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit.</p>
<p class="text-muted">Html5, Css3 and Bootstrap are the toolset I use to make the ultimate recipe for the perfect modern website. After all, Google doesn't like non-responsive websites.</p>
</div>
<div class="col-md-4">
<div class="col-md-6">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-lock fa-stack-1x fa-inverse"></i>
<i class="fa fa-search fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Web Security</h4>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit.</p>
<h4 class="service-heading">SEO</h4>
<p class="text-muted">Having a website doesn't mean anything if noone knows about it. I make sure a website is search engine optimized the moment it is live.</p>
</div>
</div>
</div>
</section>
</section>
4 changes: 2 additions & 2 deletions _includes/team.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Team Section -->
<section id="team" class="bg-light-gray">
<!--<section id="team" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
Expand Down Expand Up @@ -30,4 +30,4 @@ <h4>{{ member.name }}</h4>
</div>
</div>
</div>
</section>
</section>-->
15 changes: 0 additions & 15 deletions _posts/2014-07-13-project-6.markdown

This file was deleted.

15 changes: 0 additions & 15 deletions _posts/2014-07-14-project-5.markdown

This file was deleted.

Loading