generated from GeekwiseAcademy/course-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfour.html
173 lines (164 loc) · 7.26 KB
/
four.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Mobile Friendly Websites - Day Four</title>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="logo"><a href="index.html"><img class="img-fluid" src="img/bitwise_workforce_training.png" alt="bitwise workforce logo"></a></div>
<nav class="navbar navbar-expand-lg navbar-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Course Outline</a>
</li>
<li class="nav-item">
<!-- <a class="nav-link" href="links.html">Handy Links</a> -->
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" role="button" aria-expanded="true">Lessons</a>
<ul class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="one.html">Day One</a></li>
<li><a class="dropdown-item" href="two.html">Day Two</a></li>
<li><a class="dropdown-item" href="three.html">Day Three</a></li>
<li><a class="dropdown-item active" href="four.html">Day Four</a></li>
<li><a class="dropdown-item" href="five.html">Day Five</a></li>
<li><a class="dropdown-item" href="six.html">Day Six</a></li>
<li><a class="dropdown-item" href="seven.html">Day Seven</a></li>
<li><a class="dropdown-item" href="eight.html">Day Eight</a></li>
<li><a class="dropdown-item" href="nine.html">Day Nine</a></li>
<li><a class="dropdown-item" href="ten.html">Day Ten</a></li>
<li><a class="dropdown-item" href="eleven.html">Day Eleven</a></li>
<li><a class="dropdown-item" href="twelve.html">Day Twelve</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="final.html">Final Project</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</header>
<div class="container padtop3">
<div class="row">
<div class="col text-center">
<h1>Day 4</h1>
</div>
</div>
<div class="row section">
<aside class="col">
<h2>Concepts</h2>
</aside>
<main class="col-9">
<ul class="points">
<li>Take Home Review</li>
<li>Template Repository</li>
<li>Collaborating in Github</li>
<li>Daily Challenge</li>
<li>Bootstrap Grid</li>
<li>Take Home Challenge</li>
</ul>
</main>
</div>
<div class="row section">
<aside class="col">
<h2>Take Home Review</h2>
</aside>
<main class="col-9">
<ul class="points">
<li>Make sure your repository is up-to-date on your <code>main</code> branch and locally.</li>
<li>Questions?</li>
</ul>
</main>
</div>
<div class="row section">
<aside class="col">
<h2>Template Repository</h2>
</aside>
<main class="col-9">
<ul class="points">
<li>Go to your boostrap-boilerplate repository in Github</li>
<li>From your repo, click "Settings" then, select "Template Repository"</li>
<li><img class="img-fluid" src="img/gh-template-setting.png" alt="Template Repository is Selected"></li>
</ul>
</main>
</div>
<div class="row section">
<aside class="col">
<h2>Collaborating in Github</h2>
</aside>
<main class="col-9">
<ul class="points">
<li><a href="http://joeyklee.github.io/friendly-github-intro/guides/github-collaboration-party/#steps-to-complete" target="_blank">How to contribute to an open source project</a></li>
<li><a href="https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization" target="_blank">How to add collaborator(s)</a></li>
<li><a href="https://docs.github.com/en/enterprise/2.13/user/articles/fork-a-repo#:~:text=Mac%20Windows%20Linux,point%20for%20your%20own%20idea." target="_blank">Forks</a></li>
<li>Issues</li>
<li>Pull Requests (Part of the git workflow)</li>
</ul>
</main>
</div>
<div class="row section">
<aside class="col">
<h2>Daily Challenge</h2>
</aside>
<main class="col-9">
<ol class="points">
<li>Create a new repository named <strong>"collab-practice"</strong>. (Use your bootstrap-boilerplate template)</li>
<li>Add collaborator(s)</li>
<li>Create a Github issue in <strong>your own</strong> repository</li>
<ul class="nested-points">
<li>Title: index.html is empty</li>
<li>Description: The index page needs some content</li>
<li>Assign a collaborator</li>
</ul>
<li>Clone your <strong>collaborator's</strong> repository <strong>(Do not clone your own)</strong></li>
</ol>
</main>
</div>
<div class="row section">
<aside class="col">
<h2>Bootstrap Layout</h2>
</aside>
<main class="col-9">
<ul class="points">
<li><a href="https://getbootstrap.com/docs/5.1/layout/containers/" target="_blank">Containers</a></li>
<li><a href="https://getbootstrap.com/docs/5.1/layout/grid/" target="_blank">Grid</a></li>
</ul>
</main>
</div>
<div class="row section">
<aside class="col">
<h2>Take Home Challenge</h2>
</aside>
<main class="col-9">
<ul class="points">
<li>In your collaborator's repository:</li>
</ul>
<ol class="points">
<li>Create a new branch called <strong>"take-home"</strong></li>
<li>Using the Bootstrap grid, create the following sections in the index file:</li>
<ul class="nested-points">
<li>Nav</li>
<li>Left Column</li>
<li>Right Column</li>
<li>Footer</li>
</ul>
<li>Give each section a different background-color</li>
<li>git add, commit, and push your changes to your <code>take-home</code> branch</li>
</ol>
</main>
</div>
</div><!-- end Container -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/bootstrap.min.js" integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>