-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEssentialIT.html
116 lines (115 loc) · 3.03 KB
/
EssentialIT.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
<html>
<head>
<img src = "https://upload.wikimedia.org/wikipedia/commons/6/66/Girl_Develop_It_Logo.png" alt = "Girl_Develop_It_Logo">
</head>
<body>
<h1>
<b>
About
</b>
</h1>
<p>
It can be intimidating for women to learn and ask questions when they are in an <b>extreme minority</b>.
While open and welcoming, today's budding developer community is up to <b>91% male</b>.
If we can empower more females with the confidence in their technological capabilities <i>we can begin to change this landscape</i>.
</p>
<h2>
<b>
Our location
</b>
</h2>
<ul>
<li>USA</li>
<ul>
<li>
<a href="https://vi.wikipedia.org/wiki/Th%C3%A0nh_ph%E1%BB%91_New_York">
New York
</a>
</li>
<li>
<a href="https://vi.wikipedia.org/wiki/Columbus,_Ohio">
Columbus
</a>
</li>
<li>
<a href="https://vi.wikipedia.org/wiki/Columbus,_Ohio">
Austin
</a>
</li>
</ul>
<li>World</li>
<ul>
<li>
<a href="https://vi.wikipedia.org/wiki/Columbus,_Ohio">
Ottawa
</a>
</li>
<li>
<a href="https://vi.wikipedia.org/wiki/Columbus,_Ohio">
Sydney
</a>
</li>
</ul>
</ul>
<h2>
<b>
Upcomming classes
</b>
</h2>
<table border="2" cellspacing="1">
<tr>
<th>
<b>Location<b>
</th>
<th>
<b>Topic<b>
</th>
</tr>
<tr>
<td>New york, Location</td>
<td>Javacript & jQuery, topic</td>
</tr>
<tr>
<td>San francisco, Location</td>
<td>HTML & CSS, topic</td>
</tr>
</table>
<h2>
<b>
Sign up!
</b>
</h2>
<form>
<p>Name: <input type="text" name="name" id="name" /></p>
<p>Email: <input type="text" name="Email" id="Email" /></p>
<label for="mylocationlist">Location: </label>
<select id="mylocationlist">
<option value="1">San Francisco</option>
<option value="2">New York</option>
<option value="3">Columbus</option>
<option value="4">Sydney</option>
<option value="5">Ottawa</option>
</select>
<p></p>
<fieldset>
<legend>Gender:</legend>
<label for="female">Female</label>
<input type="radio" name="gender" id="female" value="female" />
<label for="male">Male</label>
<input type="radio" name="gender" id="male" value="male" />
</fieldset>
<p></p>
<label for="user_exp">Experience: </label>
<p></p>
<textarea id="user_exp" name="user_exp" rows="5" cols="20">
</textarea>
<p></p>
<input type="submit" value="Sign up">
</form>
<p>
<a href="https://twitter.com/home">Twitter</a> |
<a href="https://twitter.com/home">Facebook</a> |
<a href="https://twitter.com/home">Flickr</a>
</p>
</body>
</html>