-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
198 lines (194 loc) · 11 KB
/
Copy pathindex.html
File metadata and controls
198 lines (194 loc) · 11 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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Set the viewport so this responsive site displays correctly on mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Chabad House of Ann Arbor</title>
<!-- Include bootstrap CSS -->
<link type="text/css" rel="stylesheet" href="css/default.css" media="all" />
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/carousel.style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto" rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Alef" rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<div class="jumbotron text-center">
<div id="carousel" class="carousel slide" data-ride="carousel" data-interval="6000">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
<li data-target="#carousel" data-slide-to="1"></li>
<li data-target="#carousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="carousel/images/header.jpg" alt="chabad house">
</div>
<div class="item">
<img src="carousel/images/header2.jpg" alt="chabad house 2">
</div>
<div class="item">
<img src="carousel/images/header3.jpg" alt="chabad house 3">
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#carousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div> <!-- Carousel -->
</div>
</div><!-- end wrapper -->
<header>
<h1><a href="https://www.jewmich.com/">C<small>HABAD OF</small> A<small>NN</small> A<small>RBOR</small></a></h1>
</header>
<nav class="navbar navbar-inverse" role="navigaton">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navBar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navBar">
<ul class="nav navbar-nav">
<li class="dropdown">
<a class="dropdown-toggle" id="students" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">STUDENTS <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">About U of M Chabad</a></li>
<li><a href="#">Free Trip to Israel</a></li>
<li><a href="#">Myths & Facts</a></li>
<li><a href="#">Judaic Classes</a></li>
<li><a href="#">Shabbat Dinner</a></li>
<li><a href="#">Candle Lighting Times</a></li>
<li><a href="#">Ask the Rabbi</a></li>
<li><a href="#">Kosher in Ann Arbor</a></li>
<li><a href="#">Map</a></li>
<li><a href="#">Visiting & Living</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" id="adults" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">ADULTS <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://www.jewmich.com/cong">About Congregation Chabad</a></li>
<li><a href="https://www.jewmich.com/studycenter">Adult Education</a></li>
<li><a href="https://www.jewmich.com/mikvah">Mikvah</a></li>
<li><a href="https://www.jewmich.com/kiddush">Sponsor a Shabbat Lunch</a></li>
<li><a href="https://www.jewmich.com/jwc">Jewish Women's Circle</a></li>
<li><a href="https://www.jewmich.com/kosher">Kosher in Ann Arbor</a></li>
<li><a href="https://www.jewmich.com/candlelighting">Candle Lighting Times</a></li>
<li><a href="https://www.jewmich.com/ask">Ask the Rabbi</a></li>
<li><a href="https://www.jewmich.com/map">Map</a></li>
<li><a href="https://www.jewmich.com/visiting&living">Visiting & Living</a></li>
</ul>
</li>
<!-- <li class="active"><a href="#">HOME <span class="sr-only">(current)</span></a></li> -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" id="youth" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">YOUTH <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://www.jewmich.com/tep">Torah Enrichment Program</a></li>
<li><a href="https://www.jewmich.com/tep">Programs</a></li>
<li><a href="http://www.mycampganisrael.com/about.htm">Camp Gan Israel</a></li>
<li><a href="https://www.jewmich.com/ask">Ask the Rabbi</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" id="events" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">EVENTS <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://www.jewmich.com/highholiday">High Holiday Reservation</a></li>
<li><a href="https://www.jewmich.com/kiddush">Sponsor a Kiddush Lunch</a></li>
<li><a href="https://www.jewmich.com/shabbat">RSVP for a Student Shabbat Dinner</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" id="contact_us" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">CONTACT US <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://www.jewmich.com/contact">Contact Information</a></li>
<li><a href="https://www.jewmich.com/map">Map</a></li>
<li><a href="https://www.jewmich.com/aboutus">About Us</a></li>
<li><a href="https://www.jewmich.com/visiting&living">Visiting & Living</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" id="donate" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">DONATE <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://www.jewmich.com/donation">About Donations</a></li>
<li><a href="https://www.jewmich.com/donate">Donate Online</a></li>
<li><a href="https://www.jewmich.com/wishlist">Shabbat Wish List</a></li>
<li><a href="https://www.jewmich.com/charitybox">Request a Charity Box</a></li>
<li><a href="https://www.jewmich.com/chaiclub">Chai Club</a></li>
</ul>
</li>
</ul>
<!-- <form class="navbar-form navbar-right" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form> -->
<!-- <ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</li> -->
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<div class="row" id="homeSections" role="main">
<div class="col-sm-4" id="students_article">
<a href="https://www.jewmich.com/studentcenter"><img src="graphics/students.jpg" alt="Students" style="width:100%;height:auto;"></a>
<a href="https://www.jewmich.com/studentcenter"><h3>Chabad House Student Center</h3></a>
<p>Chabad’s role on campus, simply speaking, is to provide a home away from home for Jewish students at the University of Michigan. Students are welcomed in a family-style atmosphere that places importance upon individual learning and attention within the greater University. Jewish students, regardless of observance level, are encouraged to stop by, relax, schmooze...</p>
<a class="readMore" href="#">Read More</a>
<div class="clr"></div>
</div>
<div class="col-sm-4" id="youth_article">
<a href="https://www.jewmich.com/tep"><img src="graphics/youth.jpg" alt="Youth" style="width:100%;height:auto;"></a>
<a href="https://www.jewmich.com/tep"><h3>Torah Enrichment Program - Youth Education</h3></a>
<p>Education has been the key to Jewish spirituality, as well as a cornerstone of our survival for thousands of years. By educating the young, we help ensure Jewish continuity. Through Ann Arbor Chabad's Torah Enrichment Program, your child will acquire the valuable skills of Hebrew reading, writing, and comprehension.</p>
<a class="readMore" href="#">Read More</a>
<div class="clr"></div>
</div>
<div class="col-sm-4" id="adults_article">
<a href="https://www.jewmich.com/cong"><img src="graphics/adults.jpg" alt="Adults" style="width:100%;height:auto;"></a>
<a href="https://www.jewmich.com/cong"><h3>T.E.A.C.H. - Adult Education Torah Education At Chabad House</h3></a>
<p>Chabad offers a full range of exciting and rewarding classes in Judaism. Classes are offered to everyone and no prior knowledge or background is necessary. All levels welcome. We invite you to join us. There is no charge for the classes and are open to the public.</p>
<a class="readMore" href="#">Read More</a>
<div class="clr"></div>
</div>
</div>
<!-- Site footer -->
<div class="bottom" role="footer">
<div class="container">
<div class="col-md-2"></div>
<div class="col-md-8">
<p>Student Center l Congregation Chabad l Torah Enrichment Program l Study Center<br>Camp Gan Israel l Donate l Faq l Contact Us<br>Chabad House at the University of Michigan<br>715 Hill • Ann Arbor, MI • 48104<br>734-99- LEARN (5-3276)
</div>
<div class="col-md-2"></div>
</div>
</div>
<!-- Include jQuery and bootstrap JS plugins -->
<script src="jquery/jquery-2.1.0.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>