-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.html
176 lines (159 loc) · 7.81 KB
/
sponsors.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
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<title>ACM-W</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<!-- Beginning of top header and navigation bar-->
<div class="jumbotron">
<p class="pull-top"><img src ="transparentLogo.png" width = "10%"; height = "10%"></p>
<p class="pull-right">To empower and engage women in computing.</p>
</div>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="team.html">Our Team<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="http://bitly.com/officerDescriptions">2018-2019</a></li>
<li><a href="#">Spring 2018</a></li>
</ul>
</li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="recaps.html">Recaps</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contactus.html">Contact Us</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
</ul>
<!--
<ul class="nav navbar-nav navbar-right">
<li><a href="#"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
<li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
-->
</div>
</div>
</nav>
<!--End of top header and navigation bar-->
<!-- Insert your code below here -->
<h1> <em>Our Sponsors</em></h1>
<h4><em>We are able to promote and support women in computing with the help
of our amazing sponsors who provide resources and time.<em></h4>
<br>
<p>
<img src ="Images/acmw.png"width="200"height="133px">
<br>
ACM-W supports, celebrates, and advocates internationally for the full engagement of women in all aspects of the computing field, providing a wide range of programs and services to ACM members and working in the larger community to advance the contributions of technical women.<br>
<a href ="https://women.acm.org/">Learn More Here</a>
<br>
<h3>-SPONSOR NAME HERE-</h3>
<img src =".jpg"width="150"height="100px">
<br>
-Sponsor Info here-<br>
<a href ="https://women.acm.org/">Learn More Here</a>
<br>
<h3>-SPONSOR NAME HERE-</h3>
<img src =".jpg"width="150"height="100px">
<br>
-Sponsor Info here-<br>
<a href ="https://women.acm.org/">Learn More Here</a>
<br>
</p>
<br><br><br>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div id="contactUs" class="panel panel-default">
<div class="panel-heading">Become a Sponsor</div>
<div class="panel-body">
<form id="contact-form" method="post" action="contact.php" role="form">
<div class="messages"></div>
<div class="controls">
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="form_name">Company Name *</label>
<input id="form_name" type="text" name="name" class="form-control" placeholder="Please enter the company name *" required="required" data-error="Company name is required.">
<div class="help-block with-errors"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="form_name">Firstname *</label>
<input id="form_name" type="text" name="name" class="form-control" placeholder="Please enter your firstname *" required="required" data-error="Firstname is required.">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="form_lastname">Lastname *</label>
<input id="form_lastname" type="text" name="surname" class="form-control" placeholder="Please enter your lastname *" required="required" data-error="Lastname is required.">
<div class="help-block with-errors"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="form_email">Email *</label>
<input id="form_email" type="email" name="email" class="form-control" placeholder="Please enter your email *" required="required" data-error="Valid email is required.">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="form_phone">Phone</label>
<input id="form_phone" type="tel" name="phone" class="form-control" placeholder="Please enter your phone">
<div class="help-block with-errors"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="form-group">
<label for="form_message">Message *</label>
<textarea id="form_message" name="message" class="form-control" placeholder="Message for ACM-W *" rows="4" required="required" data-error="Please,leave us a message."></textarea>
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-sm-12">
<input id="contactButton" type="submit" class="btn btn-success btn-send" value="Send message">
</div>
</div>
<div class="row">
<div class="col-sm-12">
<p class="text-muted"><strong>*</strong> These fields are required.
Contact form template by <a href="http://bootstrapious.com" target="_blank">Bootstrapious</a>.</p>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Inser your code above here -->
</body>
</html>