Skip to content

Commit 9e8c552

Browse files
committed
removed unnecessary material
1 parent 8866e54 commit 9e8c552

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+17
-1840
lines changed

old_personal_site/article_cssAnimation.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
<div class="article-header">Purpose</div>
2020
<div class="article-text">
2121
<p>
22-
For programming, this assignment goes over key positioning methods and reinforces basic box-model terminology and techniques. Additionally, this assignment allowed students to practice concepts from previous lectures, such as using html tags and pseudo-selectors. For design, this assignment goes over font and color choices.
22+
For programming, this assignment goes over key positioning methods and reinforces basic box-model terminology and techniques. Additionally, this assignment allowed students to practice concepts from previous lectures, such as using html tags and pseudo-selectors. For design, this assignment goes over font and color choices.
2323
</p>
2424
<p>Key Lessons:</p>
2525
<ul>
2626
<li>
2727
The differences between <code>absolute</code>, <code>relative</code>, and <code>fixed</code> positioning
2828
</li>
2929
<li>
30-
How to add background images and html image
30+
How to add background images and html image
3131
</li>
3232
<li>
3333
Using <code>padding</code> and <code>margin</code>
@@ -64,7 +64,3 @@
6464
Definitely make shorter activities
6565
</li>
6666
</ul>
67-
68-
69-
70-

old_personal_site/article_positioning.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div id="intro">Lessons in CSS</div>
2020
<ul>
2121
<li class="description">An assignment I made for UC Berkeley's Web Design Course</li>
22-
<li class="description">Try it out: <a target="_blank" href="projects/positioning/instructions/instructions.html">lesson</a> and <a target="_blank" href="projects/positioning/solutions/answer.html">final product</a></li>
22+
<li class="description">Try it out: <a target="_blank" href="projects/positioning/instructions/instructions.html">lesson</li>
2323
</ul>
2424
</div>
2525
</header>
@@ -29,15 +29,15 @@
2929
</div>
3030
<div class="article-header">Purpose</div>
3131
<p>
32-
For programming, this assignment goes over key positioning methods and reinforces basic box-model terminology and techniques. Additionally, this assignment allows students to practice concepts from previous lectures, such as using html tags and pseudo-selectors. For design, this assignment goes over font and color choices.
32+
For programming, this assignment goes over key positioning methods and reinforces basic box-model terminology and techniques. Additionally, this assignment allows students to practice concepts from previous lectures, such as using html tags and pseudo-selectors. For design, this assignment goes over font and color choices.
3333
</p>
3434
<p>Key Lessons:</p>
3535
<ul>
3636
<li>
3737
The differences between <code>absolute</code>, <code>relative</code>, and <code>fixed</code> positioning
3838
</li>
3939
<li>
40-
How to add background images and html image
40+
How to add background images and html image
4141
</li>
4242
<li>
4343
Using <code>padding</code> and <code>margin</code>
@@ -82,7 +82,3 @@
8282
<script src="assets/js/script.js"></script>
8383
</body>
8484
</html>
85-
86-
87-
88-

old_personal_site/construction_animate.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
<body>
1212
<div class="header">
1313
<p>The details for this section of Jarrod's website is currently under construction</p>
14-
<p>To see the end result of this lesson <a target="_blank" href="projects/animate/index.html">here</a></p>
1514

16-
15+
1716
</div>
1817
<div id="construction-container">
1918
<div id="z-container">
@@ -25,4 +24,4 @@
2524
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
2625
<script src="assets/js/construct.js"></script>
2726
</body>
28-
</html>
27+
</html>

old_personal_site/construction_flex.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
<body>
1212
<div class="header">
1313
<p>The details for this section of Jarrod's website is currently under construction</p>
14-
<p>To see the end result of this lesson <a target="_blank" href="projects/flex/index.html">here</a></p>
1514

16-
15+
1716
</div>
1817
<div id="construction-container">
1918
<div id="z-container">
@@ -25,4 +24,4 @@
2524
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
2625
<script src="assets/js/construct.js"></script>
2726
</body>
28-
</html>
27+
</html>

old_personal_site/construction_media.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
<body>
1212
<div class="header">
1313
<p>The details for this section of Jarrod's website is currently under construction</p>
14-
<p>To see the end result of this lesson <a target="_blank" href="projects/media/index.html">here</a></p>
1514

16-
15+
1716
</div>
1817
<div id="construction-container">
1918
<div id="z-container">
@@ -25,4 +24,4 @@
2524
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
2625
<script src="assets/js/construct.js"></script>
2726
</body>
28-
</html>
27+
</html>

old_personal_site/projects/animate/assets/css/style.css

Lines changed: 0 additions & 168 deletions
This file was deleted.
-679 KB
Binary file not shown.
-467 KB
Binary file not shown.
-13.8 KB
Binary file not shown.

old_personal_site/projects/animate/assets/js/script.js

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)