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

Cherrypick test2 #14

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
1 change: 1 addition & 0 deletions first commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addinng first commit
1 change: 1 addition & 0 deletions second_commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is second commit
16 changes: 8 additions & 8 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="author" content="">


<title>{% block title %}About{% endblock %}</title>
<title>{% block title %}Dinesh_Portfolio{% endblock %}</title>

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"> </script>
Expand Down Expand Up @@ -80,9 +80,9 @@
<div class="container" id="maincontent" tabindex="-1">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive" src="/static/img/learn_python.jpeg" alt="" width="304"height="236">
<img class="img-responsive" src="https://scontent-frt3-2.xx.fbcdn.net/v/t1.0-9/39937485_1850131361740865_7038790325367734272_n.jpg?_nc_cat=103&_nc_ohc=V7aRvIQj8NUAX9cA-KZ&_nc_ht=scontent-frt3-2.xx&oh=f4051fceaedd84a344f7dc6367a37a09&oe=5EDB302D" alt="" width="304"height="236">
<div class="intro-text">
<h1 class="name">Hey there {{name}}!</h1>
<h1 class="name">Hey there Dinesh..!! {{name}}!</h1>
<hr class="star-light">
<span class="skills">Python Developer - Flask Framework</span>
</div>
Expand Down Expand Up @@ -123,13 +123,13 @@ <h2>Portfolio</h2>
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="https://www.youtube.com/channel/UCqrILQNl5Ed9Dz6CGMyvMTQ" target="_blank" class="portfolio-link" data-toggle="modal">
<a href="https://facebook.com/urz.lonelyneighbour" target="_blank" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="/static/img/portfolio/youtubecp.png" class="img-responsive" alt="Circus tent">
<img src="https://academy.avast.com/hubfs/New_Avast_Academy/Hackers/Hacker-Hero.png" class="img-responsive" alt="Circus tent">
</a>
</div>
</div>
Expand Down Expand Up @@ -167,8 +167,8 @@ <h2>About</h2>
<div class="row">
<div class="footer-col col-md-4">
<h3>Location</h3>
<p>Chicago Illinois,
<br>United States</p>
<p>Andhra Pradesh,
<br>India</p>
</div>
<div class="footer-col col-md-4">
<h3></h3>
Expand All @@ -178,7 +178,7 @@ <h3></h3>
<h3>Around the Web</h3>
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/CleverProgrammerr/?ref=br_rs" target="_blank" class="btn-social btn-outline"><span class="sr-only">Facebook</span><i class="fa fa-fw fa-facebook"></i></a>
<a href="https://www.facebook.com/urz.lonelyneighbour" target="_blank" class="btn-social btn-outline"><span class="sr-only">Facebook</span><i class="fa fa-fw fa-facebook"></i></a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCqrILQNl5Ed9Dz6CGMyvMTQ" class="btn-social btn-outline" target="_blank"><span class="sr-only">YouTube</span><i class="fa fa-fw fa-youtube"></i></a>
Expand Down