Skip to content

Commit

Permalink
Reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Dec 27, 2024
1 parent 96260ff commit d5c999c
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 20 deletions.
3 changes: 1 addition & 2 deletions _includes/about.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<section id="about">
<div class="content-section-a">

<div class="container">

<div class="row">
<div class="col-lg-6 col-sm-6">
<div class="clearfix"></div>
Expand All @@ -21,4 +19,5 @@ <h2 class="section-heading">About</h2>
</div>
</div>
</div>
</div>
</section>
File renamed without changes.
4 changes: 2 additions & 2 deletions _includes/contact.html → _includes/home_contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<div class="content-section-a">
<div class="container">
<div class="row">
<div class="col-lg-5 col-sm-push-6 col-sm-6">
<div class="col-lg-6 col-sm-6">
<div class="clearfix"></div>
<h2 class="section-heading">Contact example42 on LinkedIN</h2>
<a href="https://www.linkedin.com/company/example42"><img class="img-responsive" src="img/linkedin.png" alt="LinkedIN" width="300" height="300"></a>
</div>
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<div class="col-lg-4 col-lg-offset-2 col-sm-6">
<div class="lead">
<h3 class="section-heading">Find example42 on social media</h3>
<a href="https://www.linkedin.com/company/example42">LinkedIn</a></br>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions _includes/wwwww.html → _includes/home_wwwww.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ <h2 class="section-heading">WWWWW</h2>
</div>
</div>
</div>
</div>
</section>
16 changes: 8 additions & 8 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
{% include head.html %}

<body>
{% include header.html %}
{% include about.html %}
{% include services.html %}
{% include training.html %}
{% include events.html %}
{% include blog.html %}
{% include contact.html %}
{% include header_home.html %}
{% include home_splash.html %}
{% include home_wwwww.html %}
{% include home_services.html %}
{% include home_blog.html %}
{% include home_opensource.html %}
{% include home_contact.html %}
{% include footer.html %}
{% include js.html %}
{% include analytics.html %}
</body>
</html>
</html>
13 changes: 6 additions & 7 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@

<body>
{% include header_home.html %}
{% include home.html %}
{% include wwwww.html %}
{% include about.html %}
{% include services.html %}
{% include blog.html %}
{% include opensource.html %}
{% include contact.html %}
{% include home_splash.html %}
{% include home_wwwww.html %}
{% include home_services.html %}
{% include home_blog.html %}
{% include home_opensource.html %}
{% include home_contact.html %}
{% include footer.html %}
{% include js.html %}
{% include analytics.html %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/wwwww.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<body>
{% include header.html %}
{% include why_puppet.html %}
{% include wwwww_page.html %}
{% include why_example42.html %}
{% include footer.html %}
{% include js.html %}
{% include analytics.html %}
Expand Down

0 comments on commit d5c999c

Please sign in to comment.