Skip to content

Commit 6957625

Browse files
authored
Feat: lesson 22 amiyah jones' code differently replica (#563)
* Create README.md Accidentally removed my work the 1st time by merging * Delete lesson_00/amiyahjones/README.md * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main * Merge branch 'code-differently:main' into main
1 parent 1d454fe commit 6957625

File tree

4 files changed

+334
-0
lines changed

4 files changed

+334
-0
lines changed

lesson_22/amiyahjones_styles/hero.jpg

329 KB
Loading
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<html>
2+
<head>
3+
<title>Homepage</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1" />
5+
<link rel="stylesheet" id="redux-google-fonts-salient_redux-css" href="https://fonts.googleapis.com/css?family=Poppins%3A600%2C400%7CMontserrat%3A800%2C900%2C700&amp;ver=1597678827" type="text/css" media="all">
6+
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Poppins%3A600%2C400%7CMontserrat%3A800%2C900%2C700&#038;ver=1597678827' type='text/css' media='all' />
7+
<link rel="stylesheet" type="text/css" href="style.css">
8+
</head>
9+
<body>
10+
<header class="header">
11+
<div class="header-logo">
12+
<a href="index.html">
13+
<img src="logo.png" alt="Code Differently Logo" />
14+
</a>
15+
</div>
16+
<ul class="header-top-menu">
17+
<li><a href="#">Home</a></li>
18+
<li><a href="#">About</a></li>
19+
<li><a href="#">Contact</a></li>
20+
</ul>
21+
<div class="header-cta">
22+
<a class="sign-up-button" href="#">Sign Up</a>
23+
</div>
24+
</header>
25+
<div class="main">
26+
<div class="content">
27+
<article>
28+
<section class="hero-section">
29+
<div class="hero-overlay"></div>
30+
<div class="hero-content">
31+
<h2 class="hero-title">Together we can move the needle of <em class="highlight">diversity in tech.</em></h2>
32+
<div class="hero-text"><span>Code Differently</span> provides hands on training and education through coding classes that gives participants the technical and cognitive skills they need to excel in technology-driven workplaces.</div>
33+
</div>
34+
</section>
35+
<section class="programs-section">
36+
<h2>Our <em class="highlight">Programs</em></h2>
37+
<ul class="programs">
38+
<li class="program">
39+
<h3>1000 Kids Coding</h3>
40+
<p>The Code Differently 1000 Kids Coding program was created to expose New Castle County students to computing and programming. The 1000 Kids Coding courses are designed for all experience levels, no experience required.</p>
41+
</li>
42+
<li class="program">
43+
<h3>Return Ready</h3>
44+
<p>The Code Differently Workforce Training Initiatives were created to help individuals underrepresented in tech reinvent their skills to align with the changing workforce market. If you are ready to start your tech journey, join our talent community today.</p>
45+
</li>
46+
<li class="program">
47+
<h3>Pipeline DevShops</h3>
48+
<p>Pipeline DevShop is a youth work-based learning program. Youth participants experience working in a real software development environment while sharpening their technology and soft skills.</p>
49+
</li>
50+
<li class="program">
51+
<h3>Platform Programs</h3>
52+
<p>Platform programs are designed for high school graduates, college students, career changers, or professionals looking to develop the technology job readiness skills for today’s workforce.</p>
53+
</li>
54+
</ul>
55+
</section>
56+
</article>
57+
</div>
58+
</div>
59+
<footer class="footer">
60+
&copy; 2024 Code Differently
61+
</footer>
62+
</body>
63+
</html>

lesson_22/amiyahjones_styles/logo.png

29.2 KB
Loading
Lines changed: 271 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,271 @@
1+
* {
2+
margin: 0;
3+
padding: 0;
4+
box-sizing: border-box;
5+
font-family: 'Montserrat', 'Poppins';
6+
scroll-behavior: smooth;
7+
}
8+
9+
body {
10+
line-height: 24px;
11+
}
12+
13+
.highlight {
14+
text-decoration-skip-ink: none;
15+
text-decoration: underline;
16+
text-decoration-color: #f47d26;
17+
text-decoration-thickness: 10px;
18+
text-underline-offset: -4px;
19+
}
20+
21+
/* Nav-bar */
22+
.header {
23+
display: flex;
24+
justify-content: space-between;
25+
align-items: center;
26+
position: fixed;
27+
padding: 16px 52px;
28+
background-color: white;
29+
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
30+
width: 100%;
31+
z-index: 10;
32+
}
33+
34+
.header-logo img {
35+
height: 70px;
36+
}
37+
38+
.header-top-menu {
39+
display: flex;
40+
list-style: none;
41+
}
42+
43+
.header-top-menu li {
44+
margin: 0 15px;
45+
}
46+
47+
.header-top-menu li:first-child {
48+
text-decoration: underline;
49+
text-decoration-color: #f47d26;
50+
text-underline-offset: 8px;
51+
}
52+
53+
.header-top-menu a {
54+
color: #444;
55+
text-decoration: none;
56+
font-family: 'Poppins';
57+
font-weight: bold;
58+
}
59+
60+
.header-top-menu li:first-child {
61+
text-transform: uppercase;
62+
}
63+
64+
.header-cta .sign-up-button {
65+
background-color: rgb(255, 128, 0);
66+
color: white;
67+
padding: 8px 16px;
68+
border-radius: 4px;
69+
text-decoration: none;
70+
font-weight: 500;
71+
font-family: 'Poppins';
72+
}
73+
74+
.header-cta .sign-up-button:hover {
75+
background-color: rgb(251, 148, 44);
76+
transition-duration: 0.5s;
77+
}
78+
79+
/* Hero section */
80+
81+
.hero-section {
82+
position: relative;
83+
display: flex;
84+
background-image: linear-gradient(rgba(0, 0, 0, 0.239),
85+
rgba(0, 0, 0, 0.239)),
86+
url("hero.jpg");
87+
background-size: cover;
88+
background-attachment: fixed;
89+
background-position: center;
90+
background-repeat: no-repeat;
91+
height: 97%;
92+
color: white;
93+
align-items: center;
94+
justify-content: center;
95+
text-align: center;
96+
min-width: 30%;
97+
z-index: 0;
98+
background-position-y: 50px;
99+
padding-top: 80px;
100+
}
101+
102+
.hero-content {
103+
margin-top: 0%;
104+
padding-top: 100px;
105+
padding-right: 250px;
106+
text-align: left;
107+
line-height: 5px;
108+
}
109+
110+
.hero-title {
111+
font-size: 3em;
112+
padding-right: 20px;
113+
font-weight: bolder;
114+
margin-bottom: 20px;
115+
margin-right: 20%;
116+
line-height: 1.2em;
117+
}
118+
119+
.hero-title .highlight {
120+
font-style: normal;
121+
}
122+
123+
.hero-text {
124+
position: relative;
125+
margin-bottom: 35px;
126+
font-size: 18px;
127+
line-height: 24px;
128+
padding: 38px 130px 40px 180px;
129+
font-weight: 400;
130+
font-family: 'Poppins', sans-serif;
131+
font-size: 19px;
132+
margin: 0 22% 7% 0;
133+
}
134+
135+
.hero-content div {
136+
background: #243e90;
137+
}
138+
139+
140+
.hero-text span {
141+
color: rgb(255, 128, 0);
142+
font-weight: bold;
143+
}
144+
145+
/* Programs section */
146+
.programs {
147+
display: grid;
148+
grid-template-columns: 1fr 1fr;
149+
/* Two columns */
150+
gap: 20px;
151+
max-width: fit-content;
152+
}
153+
154+
.programs-section {
155+
padding: 160px;
156+
margin-left: 60px;
157+
font-size: 25px;
158+
color: #444;
159+
}
160+
161+
.programs-section h2 {
162+
font-weight: 900;
163+
margin-bottom: 70px;
164+
}
165+
166+
.programs-section h2 .highlight {
167+
font-style: normal;
168+
}
169+
170+
.programs-section li {
171+
list-style: none;
172+
}
173+
174+
.programs li h3 {
175+
margin-bottom: 40px;
176+
font-size: 22px;
177+
}
178+
179+
.programs li p {
180+
font-weight: lighter;
181+
font-family: 'Poppins';
182+
color: #676767;
183+
font-size: small;
184+
font-weight: 400;
185+
}
186+
187+
/* Footer */
188+
footer {
189+
color: #444;
190+
font-family: 'Poppins';
191+
text-align: center;
192+
font-size: 13px;
193+
padding: 50px;
194+
margin-bottom: 10px;
195+
}
196+
197+
@media only screen and (max-width: 999px) and (min-width: 690px) {
198+
.hero-title {
199+
font-size: 37.8px;
200+
line-height: 42px;
201+
}
202+
}
203+
204+
@media (min-width: 30em) and (max-width: 50em) {
205+
.programs li p {
206+
left: 0;
207+
208+
}
209+
}
210+
211+
@media (width <=1250px) {
212+
.hero-section {
213+
min-width: 300px;
214+
}
215+
216+
.programs {
217+
grid-template-columns: 1fr;
218+
}
219+
220+
.programs-section {
221+
margin-left: 0;
222+
padding: 50px;
223+
margin-top: 50px;
224+
}
225+
226+
.programs-section h2 {
227+
font-weight: 900;
228+
margin-bottom: 25px;
229+
font-size: 25px;
230+
}
231+
232+
.programs li h3 {
233+
font-size: 18px;
234+
font-weight: lighter;
235+
margin-bottom: 25px;
236+
}
237+
238+
.programs li p {
239+
margin-right: 70px;
240+
}
241+
242+
.hero-content {
243+
padding-top: 200px;
244+
padding-right: 0;
245+
text-align: left;
246+
line-height: 5px;
247+
}
248+
249+
.hero-text {
250+
padding: 15px;
251+
left: 0;
252+
}
253+
254+
.header-top-menu {
255+
display: none;
256+
justify-content: space-between;
257+
left: 0;
258+
}
259+
260+
.header-logo img {
261+
height: 50px;
262+
margin-left: 0;
263+
}
264+
265+
266+
.header-cta {
267+
margin-left: auto;
268+
}
269+
}
270+
271+

0 commit comments

Comments
 (0)