You've already forked bryanpedini.it_old
Improved speed and comprehensiveness
Edited templates location, removed unnecessary CSS and JS files, moved the onePageApp style and scripts into respective files, modified variable names for better comprehension. TODO next: add comments to the code.
This commit is contained in:
0
templates/contact-form.phtml
Normal file
0
templates/contact-form.phtml
Normal file
13
templates/description.phtml
Normal file
13
templates/description.phtml
Normal file
@@ -0,0 +1,13 @@
|
||||
<header class="masthead" style="background-image: url(img/bg-2.jpg)">
|
||||
<div class="overlay"></div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-md-10 mx-auto">
|
||||
<div class="page-heading">
|
||||
<h1>About Me</h1>
|
||||
<span class="subheading">This is what I do.</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
48
templates/home.phtml
Normal file
48
templates/home.phtml
Normal file
@@ -0,0 +1,48 @@
|
||||
<header class="masthead" style="background-image: url(img/bg-1.jpg)">
|
||||
<div class="overlay"></div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-9 col-md-10 mx-auto">
|
||||
<div class="site-heading">
|
||||
<h1>Bryan Joshua Pedini</h1>
|
||||
<span class="subheading">An eighteen years old guy from Italy, with just some great ideas</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-md-10 mx-auto">
|
||||
<ul class="list-inline text-center">
|
||||
<li class="list-inline-item">
|
||||
<a href="#">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="#">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fab fa-facebook-f fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="#">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="copyright text-muted">Copyright © Bryan Pedini <?php echo date("Y"); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
0
templates/ideas.phtml
Normal file
0
templates/ideas.phtml
Normal file
0
templates/projects.phtml
Normal file
0
templates/projects.phtml
Normal file
Reference in New Issue
Block a user