summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-01-06 23:42:27 -0600
committerunitexe <unitexe70@gmail.com>2026-01-06 23:42:49 -0600
commit3f20457b8efe016f94b57357c2e176a93be8e1fd (patch)
tree91aef940c8c540b3955ee11d2cd92b1e74abfb21 /templates
parenta3cb6035da84898bc82daa356791191262f74f35 (diff)
Customize for closed circuit consultingmaster
- Different header color - Update all text - Change github logo to git square - Stack page links vertically instead of horizontally - De-stagger user projects, remove images & remove project links - Remove author attribution from footer - Remove google analytics
Diffstat (limited to 'templates')
-rw-r--r--templates/content.html84
-rw-r--r--templates/index.html1
-rw-r--r--templates/macros.html28
3 files changed, 53 insertions, 60 deletions
diff --git a/templates/content.html b/templates/content.html
index 88f9e6d..6dedd3b 100644
--- a/templates/content.html
+++ b/templates/content.html
@@ -1,65 +1,79 @@
{% macro about() %}
<div class="user-details">
- <h1> My Expertise </h1>
+ <h1> Expertise </h1>
<p> {{ config.extra.user_description }} </p>
</div>
<div class="user">
<div class="tech">
- <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>
+ <h2>Embedded</h2>
+ <p>Embedded Linux (Yocto)</p>
+ <p>Embedded GUI</p>
+ <p>IoT</p>
+ <p>Microcontrollers</p>
+ <p>Secure Boot</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>
+ <h2>Other</h2>
+ <p>OCI Containers</p>
+ <p>Desktop Applications</p>
+ <p>Dev Ops</p>
+ <p>Testing</p>
+ <p>Web Applications</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>
+ <h2>Languages</h2>
+ <p>C, C++</p>
+ <p>C#</p>
+ <p>Python</p>
+ <p>Rust</p>
+ <p>VHDL</p>
</div>
</div>
{% endmacro about %}
{% macro projects() %}
<div class="user-details">
- <h1> Featured Projects </h1>
+ <h1> Experience </h1>
</div>
<div class="user-projects">
- <div class="images-right">
- <img alt="mountains" src="{{ config.base_url ~ "/img/mountains.jpg" }}" />
+ <div class="contents">
+ <h3> Industrial Devices </h3>
+ <ul>
+ <li> CPLDs </li>
+ <li> Embedded Linux (Yocto) </li>
+ <li> OCI Containers </li>
+ </ul>
+ <p>We have developed numerous projects (both small and large) in the industrial space, from solar power management to paint mixing.</p>
</div>
+</div>
+<div class="user-projects">
<div class="contents">
- <h3> Project Title </h3>
+ <h3> R&D Medical Devices </h3>
<ul>
- <li> Featured Skills</li>
+ <li> Microcontrollers </li>
+ <li> Desktop Applications </li>
</ul>
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
- <a class="project-link" href="#">Check it out</a>
+ <p>We have developed firmware and software components for R&D medical devices responsible for exploring new treatments for atrial fibrillation and ventricular fibrillation.</p>
</div>
</div>
<div class="user-projects">
- <div class="images-left">
- <img alt="mountains" src="{{ config.base_url ~ "/img/skate.jpg" }}" />
+ <div class="contents">
+ <h3> Medical Devices </h3>
+ <ul>
+ <li> Embedded Linux (Yocto) </li>
+ </ul>
+ <p>We have developed multiple custom, linux based operating systems for production medical devices responsible for critical, life preserving procedures.</p>
</div>
- <div class="contents-right">
- <h3> Project Title </h3>
+</div>
+<div class="user-projects">
+ <div class="contents">
+ <h3> Medical Device Testing </h3>
<ul>
- <li> Featured Skills</li>
+ <li> Embedded Linux (Yocto) </li>
+ <li> Microcontrollers </li>
+ <li> Web Applications </li>
</ul>
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
- <a class="project-link" href="#">Check it out</a>
+ <p>We have developed multiple projects to faciltate the manufacturing and testing of medical devices. Foo bar foobar foo bar.</p>
</div>
</div>
-{% endmacro projects %}
-
+{% endmacro projects %} \ No newline at end of file
diff --git a/templates/index.html b/templates/index.html
index bc7d358..ac142f7 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -24,6 +24,5 @@
{{ macros::footer() }}
- {{ macros::google_analytics() }}
</body>
diff --git a/templates/macros.html b/templates/macros.html
index 9348956..6586184 100644
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -15,7 +15,6 @@
{% macro footer() %}
<footer class="footer">
<p>&copy; {{ config.extra.username }}</p>
- <p>Ported to Zola with <span class="love">❤</span> by <a href="https://github.com/svavs">Silvano Sallese</a> (original by <a href="https://github.com/nrandecker">Nathan Randecker</a>)</p>
</footer>
<script src="//cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="{{ config.base_url ~ "/js/sweet-scroll.min.js" }}"></script>
@@ -30,33 +29,14 @@
<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>
+ <a aria-label="Send email" href="mailto:maxpung@closedcircuitconsulting.com"><i class="icon fa fa-envelope"></i></a>
+ <a aria-label="Our git" target="_blank" href="https://git.closedcircuitconsulting.com"><i class="icon fa fa-git-square" 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>
+ <a class="link" href="#about" data-scroll>Expertise</a>
+ <a class="link" href="#projects" data-scroll>Experience</a>
</div>
</div>
<a class="down" href="#about" data-scroll><i class="icon fa fa-chevron-down" aria-hidden="true"></i></a>
</div>
{% endmacro header %}
-
-{% macro google_analytics() %}
-<!-- Google Analytics -->
-{% if config.extra.google_analytics %}
-<script>
-var dnt = navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack;
-if (dnt != "1" && dnt != "yes") {
-(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
-ga('create', '{{ config.extra.google_analytics.id }}', 'auto');
-ga('send', 'pageview');
-}
-</script>
-{% endif %}
-{% endmacro google_analytics %}