Skip to content

Commit 23e8aa1

Browse files
committed
*moved all files into general codeup web exercises folder
1 parent 3f1a941 commit 23e8aa1

27 files changed

+46
-56
lines changed
File renamed without changes.
File renamed without changes.

html/bootstrap.html bootstrap.html

File renamed without changes.
File renamed without changes.

html/css_box_model.html css_box_model.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Visible Spectrum Wavelengths</title>
6-
<link rel="stylesheet" href="../css/box_model.css">
6+
<link rel="stylesheet" href="css/box_model.css">
77
</head>
88
<header>
99
<h1><a href="https://en.wikipedia.org/wiki/Visible_spectrum">Visible Spectrum Wavelengths</a></h1>

html/css_positioning.html css_positioning.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,36 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Positioning Exercise</title>
6-
<link rel="stylesheet" href="../css/css_positioning.css">
6+
<link rel="stylesheet" href="css/css_positioning.css">
77
</head>
88
<header>
99
<h1><a href="https://en.wikipedia.org/wiki/Visible_spectrum">Visible Spectrum Wavelengths</a></h1>
1010
</header>
1111
<body>
12-
<img src="../img/codeup-ribbon.png">
12+
<img src="img/codeup-ribbon.png">
1313
<div class="box" id="red">
1414
620-750 nm
15-
<img src="../img/codeup-arrow.png">
15+
<img src="img/codeup-arrow.png">
1616
</div>
1717
<div class="box" id="orange">
1818
590-620 nm
19-
<img src="../img/codeup-arrow.png">
19+
<img src="img/codeup-arrow.png">
2020
</div>
2121
<div class="box" id="yellow">
2222
570-590 nm
23-
<img src="../img/codeup-arrow.png">
23+
<img src="img/codeup-arrow.png">
2424
</div>
2525
<div class="box" id="green">
2626
495-570 nm
27-
<img src="../img/codeup-arrow.png">
27+
<img src="img/codeup-arrow.png">
2828
</div>
2929
<div class="box" id="blue">
3030
450-495 nm
31-
<img src="../img/codeup-arrow.png">
31+
<img src="img/codeup-arrow.png">
3232
</div>
3333
<div class="box" id="violet">
3434
380-450 nm
35-
<img src="../img/codeup-arrow.png">
35+
<img src="img/codeup-arrow.png">
3636
</div>
3737
</body>
3838
</html>

html/css_selectors.html css_selectors.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Selectors Exercise</title>
5-
<link rel="stylesheet" href="../css/selectors.css">
5+
<link rel="stylesheet" href="css/selectors.css">
66
</head>
77
<body>
88
<div id="container">
File renamed without changes.

html/external_js.html external_js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<title>External JS</title>
66
</head>
77
<body>
8-
<script src="../js/external.js"></script>
8+
<script src="js/external.js"></script>
99
</body>
1010
</html>

html/flag.html flag.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Flags in Pure CSS</title>
6-
<link href="../css/flag.css" rel="stylesheet">
6+
<link href="css/flag.css" rel="stylesheet">
77
</head>
88
<body>
99
<div id="blue">

html/forms.html forms.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Veridian Dynamics - Register With Us!</title>
6-
<link rel="stylesheet" href="../css/forms.css">
6+
<link rel="stylesheet" href="css/forms.css">
77
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
88
</head>
99
<body>
@@ -16,9 +16,9 @@ <h1>Register With Us!</h1>
1616
<form method="POST" action="https://requestb.in/11yop061">
1717
<br>
1818

19-
<img src="../img/journal.jpeg" alt="" width="300px" height="200px" class="left" id="journal">
19+
<img src="img/journal.jpeg" alt="" width="300px" height="200px" class="left" id="journal">
2020

21-
<img src="../img/working.jpeg" alt="" width="300px" height="200px" class="right" id="working">
21+
<img src="img/working.jpeg" alt="" width="300px" height="200px" class="right" id="working">
2222

2323

2424
<div>
@@ -76,8 +76,8 @@ <h2><label for="bio">Biography</label></h2>
7676
<br>
7777

7878

79-
<img src="../img/workspace.jpeg" width="300px" height="200px" class="left" id="workspace"/>
80-
<img src="../img/white.jpeg" width="300px" height="200px" class="right" id="coffee"/>
79+
<img src="img/workspace.jpeg" width="300px" height="200px" class="left" id="workspace"/>
80+
<img src="img/white.jpeg" width="300px" height="200px" class="right" id="coffee"/>
8181

8282
<div>
8383
<button id="button">Register</button>

html/functions_js.html functions_js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<title>Functions JS</title>
66
</head>
77
<body>
8-
<script src="../js/functions.js"></script>
8+
<script src="js/functions.js"></script>
99
</body>
1010
</html>

html/grid-layout.html grid-layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Grid Layout</title>
6-
<link href="../css/grid-layout.css" rel="stylesheet">
6+
<link href="css/grid-layout.css" rel="stylesheet">
77
</head>
88
<body>
99
<div class="container">

html/if-else-js.html

-10
This file was deleted.

html/loops.html

-12
This file was deleted.

html/inline_js.html inline_js.html

File renamed without changes.

html/iterating_arrays_js.html iterating_arrays_js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<title>Iterating Arrays</title>
66
</head>
77
<body>
8-
<script src="../js/iterating.js"></script>
8+
<script src="js/iterating.js"></script>
99
</body>
1010
</html>

html/js_challenges.html js_challenges.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<title>JS Challenges</title>
66
</head>
77
<body>
8-
<script src="../js/js_challenges.js"></script>
8+
<script src="js/js_challenges.js"></script>
99
</body>
1010
</html>

loops.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Loops</title>
6+
</head>
7+
<body>
8+
<script src="js/while.js"></script>
9+
<script src="js/for_loops.js"></script>
10+
<script src="js/break_and_continue.js"></script>
11+
</body>
12+
</html>

html/math-js.html math-js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<title>Circle Exercise</title>
66
</head>
77
<body>
8-
<script src="../js/circle.js"></script>
8+
<script src="js/circle.js"></script>
99
</body>
1010
</html>

html/media-queries.html media-queries.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Media Queries</title>
6-
<link rel="stylesheet" href="../css/grid-layout.css">
7-
<link rel="stylesheet" href="../css/media-queries.css">
6+
<link rel="stylesheet" href="css/grid-layout.css">
7+
<link rel="stylesheet" href="css/media-queries.css">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
</head>
1010
<body>

html/objects-intro-js.html objects-intro-js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<title>Objects Intro JS</title>
66
</head>
77
<body>
8-
<script src="../js/objects.js"></script>
8+
<script src="js/objects.js"></script>
99
</body>
1010
</html>

html/order-pizza.html order-pizza.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
99
crossorigin="anonymous"
1010
>
11-
<link rel="stylesheet" href="../css/custom.css">
11+
<link rel="stylesheet" href="css/custom.css">
1212
<meta name="viewport" content="width=device-width, initial-scale=1">
1313
</head>
1414

html/planets-js.html planets-js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<title>Planets Array</title>
66
</head>
77
<body>
8-
<script src="../js/planets-array.js"></script>
8+
<script src="js/planets-array.js"></script>
99
</body>
1010
</html>

html/split-join.html split-join.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<title>Split - Join</title>
66
</head>
77
<body>
8-
<script src="../js/planets-string.js"></script>
8+
<script src="js/planets-string.js"></script>
99
</body>
1010
</html>

html/switch_js.html switch_js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<title>Switch JS</title>
66
</head>
77
<body>
8-
<script src="../js/switch.js"></script>
8+
<script src="js/switch.js"></script>
99
</body>
1010
</html>

html/welcome.html welcome.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title> Veridian Dynamics </title>
6-
<link rel="stylesheet" href="../css/style.css">
6+
<link rel="stylesheet" href="css/style.css">
77
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
88
</head>
99
<body>
@@ -37,12 +37,12 @@ <h2>2020 Vision</h2>
3737
</div>
3838
<h2 class="shadow">Company Vision</h2>
3939
<aside>
40-
<img src="../img/journal.jpeg" alt="" width="300px" height="200px" id="journal">
41-
<img src="../img/white.jpeg" alt="" width="300px" height="200px" id="white">
40+
<img src="img/journal.jpeg" alt="" width="300px" height="200px" id="journal">
41+
<img src="img/white.jpeg" alt="" width="300px" height="200px" id="white">
4242
</aside>
4343
<article>
44-
<img src="../img/working.jpeg" alt="" width="300px" height="200px" id="working">
45-
<img src="../img/workspace.jpeg" alt="" width="300px" height="200px" id="workspace">
44+
<img src="img/working.jpeg" alt="" width="300px" height="200px" id="working">
45+
<img src="img/workspace.jpeg" alt="" width="300px" height="200px" id="workspace">
4646
</article>
4747
<h2 class="shadow"><em>Our Product: </em>
4848
<br>

0 commit comments

Comments
 (0)