Skip to content

Commit 6148e0a

Browse files
committed
Reorganized static files prep for homepage overhaul
1 parent c372fe9 commit 6148e0a

File tree

8 files changed

+2
-28
lines changed

8 files changed

+2
-28
lines changed

.gitignore

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ __pycache__/
33
*.pyc
44
*$py.class
55

6-
# uncollected static files
7-
myblog/bingo/static/*
8-
myblog/blog/static/*
9-
myblog/home/static/*
10-
myblog/polls/static/*
6+
# collected static files
117
myblog/myblog/static/*
128

139
# Installer logs
Binary file not shown.
-3.47 KB
Binary file not shown.

myblog/home/static/images/JS.png

-15.1 KB
Binary file not shown.
-10.7 KB
Binary file not shown.
Binary file not shown.
-9.82 KB
Binary file not shown.

myblog/home/templates/home/index.html

+1-23
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1>Software Engineer</h1>
5959
<section id="html-css-javascript" class="index-container">
6060
<div class="index-content">
6161
<div class="text-container">
62-
<h1>HTML, CSS, &amp; Javascript</h1>
62+
<h1>Web Developer</h1>
6363
<hr>
6464
<p>
6565
HTML, CSS, and Javascript let me give your content the presentation it deserves.
@@ -81,28 +81,6 @@ <h1>HTML, CSS, &amp; Javascript</h1>
8181
</div>
8282
</div>
8383
</section>
84-
<section id="bootstrap-github" class="index-container">
85-
<div class="index-content">
86-
<div class="logo-container">
87-
<a href="//getbootstrap.com/">
88-
<img class="index-logo" alt="Bootstrap" title="Bootstrap"
89-
src="{% static 'images/Bootstrap_logo.svg.png' %}"/>
90-
</a>
91-
<a href="https://github.com/">
92-
<img class="index-logo" alt="Github" title="Github"
93-
src="{% static 'images/github-octocat.png' %}"/>
94-
</a>
95-
</div>
96-
<div class="text-container">
97-
<h1>Bootstrap &amp; Github</h1>
98-
<hr>
99-
<p>
100-
Bootstrap is a CSS framework that makes responsive, mobile-first design a breeze.
101-
Github hosts my code in the cloud so I can work anytime from anywhere.
102-
</p>
103-
</div>
104-
</div>
105-
</section>
10684

10785
<script>
10886
var typed = new Typed('#typed', {

0 commit comments

Comments
 (0)