-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassignment_3.html
More file actions
183 lines (174 loc) · 9.17 KB
/
assignment_3.html
File metadata and controls
183 lines (174 loc) · 9.17 KB
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
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Introduction to CSS</title>
<link rel="shortcut icon" href="img/css_favicon/favicon-32x32.png" type="image/x-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/assignment.css">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<nav class="main-navbar">
<span class="nav-logo">
<img src="img/css-logo.png" alt="CSS Logo">
<h3>Intro to CSS</h3>
</span>
<span class="nav-links">
<a href="index.html">Home</a>
<a href="https://ahmedmahmud.vercel.app/">Html Classes</a>
<div class=" dropdown">
<button class="dropbtn">Class Activities
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<div class="row">
<a href="class_activity_1.html">Class Activity 1</a>
<a href="class_activity_2.html">Class Activity 2</a>
<a href="class_activity_3.html">Class Activity 3</a>
<a href="class_activity_4.html">Class Activity 4</a>
<a href="class_activity_5.html">Class Activity 5</a>
<a href="class_activity_6.html">Class Activity 6</a>
<a href="class_activity_7.html">Class Activity 7</a>
<a href="class_activity_8.html">Class Activity 8</a>
<a href="class_activity_9.html">Class Activity 9</a>
<a href="class_activity_10.html">Class Activity 10</a>
<a href="class_activity_11.html">Class Activity 11</a>
<a href="class_activity_12.html">Class Activity 12</a>
<a href="class_activity_13.html">Class Activity 13</a>
<a href="class_activity_14.html">Class Activity 14</a>
<a href="class_activity_15.html">Class Activity 15</a>
<a href="class_activity_16.html">Class Activity 16</a>
<a href="class_activity_17.html">Class Activity 17</a>
</div>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Assignment
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<div class="row">
<a href="assignment_1.html">Assignment 1</a>
<a href="assignment_2.html">Assignment 2</a>
<a href="assignment_3.html">Assignment 3</a>
<a href="assignment_4.html">Assignment 4</a>
<a href="assignment_5.html">Assignment 5</a>
<a href="assignment_6.html">Assignment 6</a>
<a href="assignment_7.html">Assignment 7</a>
</div>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Projects
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<div class="row">
<a href="https://ahmedfrontend.w3spaces.com/" target="_blank">Artisan's Oven</a>
<a href="https://deliciousbytes.vercel.app/" target="_blank">Delicious Bytes</a>
</div>
</div>
</div>
<a href="https://github.com/dDevAhmed/" target="_blank">Author</a>
<a href="https://github.com/dDevAhmed/frontend_development_css_course" target="_blank"
title="Course Repo" class="course-repo">
<img src="img/icons8-github-100.png" alt="Course Github Repo" class="nav-course-repo">
</a>
</span>
</nav>
</header>
<a href="https://github.com/dDevAhmed/frontend_development_css_course/blob/master/assignment_3.html" target="_blank"><img src="img/icons8-github-100.png" alt="Github Image" class="github-repo-icon"></a>
<main class="assignment-3">
<div class="girl-develop-it">
<img src="img/Girl_Develop_It_Logo.png" alt="Girl Develop It Glyph Logo" class="logo">
<h3>About</h3>
<p class="about-description minus-top">It can be intimidating for women to learn and ask questions when they are in an <span>extreme
minority</span>. While open and welcoming, today's budding developer community is up to <span>91%
male</span>. If we can empower more females with the confidence in their technological capabilities
<span>we can begin to change this landscape</span>
</p>
<div class="central-container">
<span>
<h4>Upcoming Classes</h4>
<table class="minus-top">
<thead>
<tr>
<th>Location</th>
<th>Topic</th>
</tr>
</thead>
<tbody>
<tr>
<td>New York</td>
<td>JavaScript & jQuery</td>
</tr>
<tr>
<td>New York</td>
<td>HTML & CSS</td>
</tr>
</tbody>
</table>
<h4>Sign Up!</h4>
<form action="" class="minus-top">
<div class="row">
<label for="name" class="bold">Name</label>
<input type="text" id="name">
</div>
<div class="row">
<label for="email" class="bold">Email</label>
<input type="email" id="email">
</div>
<div class="row">
<label for="location" class="bold">Location</label>
<select name="" id="location">
<option value="">San Francisco</option>
<option value="">Any Other Location</option>
</select>
</div>
<fieldset>
<legend class="bold">Gender</legend>
<label for="female" class="bold">Female
<input type="radio" name="Gender" id="female">
</label>
<label for="male" class="bold">Male
<input type="radio" name="Gender" id="male">
</label>
</fieldset>
<label for="experience" class="bold">Experience</label>
<textarea name="" id="experience" rows="3" cols="30"></textarea>
<button>Sign Up</button>
</form>
</span>
<span class="projects">
<h4>Projects</h4>
<ul>
<li>USA</li>
<ul>
<li><a href="javascript:void(0)">New York</a></li>
<li><a href="javascript:void(0)">Columbus</a></li>
<li><a href="javascript:void(0)">Austin</a></li>
<li><a href="javascript:void(0)">Philly</a></li>
</ul>
<li>World</li>
<ul>
<li><a href="javascript:void(0)">Ottawa</a></li>
<li><a href="javascript:void(0)">Sydney</a></li>
</ul>
</ul>
</span>
</div>
<span class="footer">
<a href="javascript:void(0)">Twitter</a> |
<a href="javascript:void(0)">Facebook</a> |
<a href="javascript:void(0)">Flickr</a>
</span>
</div>
<p class="footer-zeros-ones">
010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
</p>
</main>
</body>
</html>