Skip to content

Commit

Permalink
Update to 'under construction' mode
Browse files Browse the repository at this point in the history
  • Loading branch information
damccull committed Jul 26, 2024
1 parent 6832c87 commit e78dc3c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 26 deletions.
8 changes: 4 additions & 4 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The URL the site will be built for
base_url = "https://digitalmccullough.com"

title = "digitalmccullough.com"
title = "David McCullough"
description = "David McCulluogh | IT Expert | Freetime Programmer"

# Whether to automatically compile all Sass files in the sass directory
Expand All @@ -20,9 +20,9 @@ default_language = "en"
[extra]
# User settings
username = "David McCullough"
user_description = "Bicycle rights irony actually neutra typewriter lyft. Man bun taxidermy put a bird on it, umami yr ramps pop-up ugh bushwick chia lo-fi. Occupy bitters pour-over snackwave you probably haven't heard of them small batch. Cornhole mustache man bun letterpress echo park VHS."
user_title = "IT Expert | Freetime Programmer | Software Developer"
email = "anon@anon.com"
user_description = "Various things I'm an expert at."
user_title = "IT Expert | Freetime Programmer"
email = "freetimeprogrammer@digitalmccullough.com"
twitter_username = "lorem_ipsum"
github_username = "lorem_ipsum"
gplus_username = "lorem_ipsum"
Expand Down
9 changes: 3 additions & 6 deletions templates/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,21 @@ <h2>Design</h2>
<i class="devicon-html5-plain-wordmark"></i>
<i class="devicon-bootstrap-plain-wordmark colored"></i>
<i class="devicon-sass-original colored"></i>
<p>Mumblecore hexagon kombucha, pitchfork four loko raclette intelligentsia master cleanse.
Vinyl XOXO lumbersexual</p>
<p>Description of design skill</p>
</div>
<div class="tech">
<h2>Code</h2>
<i class="devicon-javascript-plain colored"></i>
<i class="devicon-react-original-wordmark colored"></i>
<i class="devicon-nodejs-plain-wordmark"></i>
<p>Mumblecore hexagon kombucha, pitchfork four loko raclette intelligentsia master cleanse.
Vinyl XOXO lumbersexual</p>
<p>Description of code skills</p>
</div>
<div class="tech">
<h2>Tools</h2>
<i class="devicon-git-plain"></i>
<i class="devicon-gulp-plain colored"></i>
<i class="devicon-atom-original-wordmark"></i>
<p>Mumblecore hexagon kombucha, pitchfork four loko raclette intelligentsia master cleanse.
Vinyl XOXO lumbersexual</p>
<p>Description of tools competencies</p>
</div>
</div>
{% endmacro about %}
Expand Down
12 changes: 6 additions & 6 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

{{ macros::header() }}

<section id="about">
{{ content::about() }}
</section>
<!--<section id="about">-->
<!-- {{ content::about() }}-->
<!--</section>-->

<section id="projects">
{{ content::projects() }}
</section>
<!--<section id="projects">-->
<!-- {{ content::projects() }}-->
<!--</section>-->

{% block content %}
<p></p>
Expand Down
21 changes: 11 additions & 10 deletions templates/macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@ <h1>
<span class="site-title">{{ config.extra.username }}</span>
<span class="site-description">{{ config.extra.user_title | linebreaksbr | safe }}</span>
</h1>
<div class="header-icons">
<a aria-label="Send email" href="#"><i class="icon fa fa-envelope"></i></a>
<a aria-label="My Twitter" target="_blank" href="#"><i class="icon fa fa-twitter" aria-hidden="true"></i></a>
<a aria-label="My Google Plus" target="_blank" href="#"><i class="icon fa fa-google-plus" aria-hidden="true"></i></a>
<a aria-label="My Github" target="_blank" href="#"><i class="icon fa fa-github-alt" aria-hidden="true"></i></a>
</div>
<div class="header-links">
<a class="link" href="#about" data-scroll>About Me</a>
<a class="link" href="#projects" data-scroll>Projects</a>
</div>
<div class="header-links">More Coming Soon</div>
<!--<div class="header-icons">-->
<!-- <a aria-label="Send email" href="#"><i class="icon fa fa-envelope"></i></a>-->
<!-- <a aria-label="My Twitter" target="_blank" href="#"><i class="icon fa fa-twitter" aria-hidden="true"></i></a>-->
<!-- <a aria-label="My Google Plus" target="_blank" href="#"><i class="icon fa fa-google-plus" aria-hidden="true"></i></a>-->
<!-- <a aria-label="My Github" target="_blank" href="#"><i class="icon fa fa-github-alt" aria-hidden="true"></i></a>-->
<!--</div>-->
<!--<div class="header-links">-->
<!-- <a class="link" href="#about" data-scroll>About Me</a>-->
<!-- <a class="link" href="#projects" data-scroll>Projects</a>-->
<!--</div>-->
</div>
<a class="down" href="#about" data-scroll><i class="icon fa fa-chevron-down" aria-hidden="true"></i></a>
</div>
Expand Down

0 comments on commit e78dc3c

Please sign in to comment.