-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
96 lines (77 loc) · 3.89 KB
/
Copy pathabout.html
File metadata and controls
96 lines (77 loc) · 3.89 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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Events/Projects</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
</head>
<body>
<nav class="navbar fixed-top bg-dark" id="navbar">
<div class="container">
<a style="color:white">
<img src="img/favicon.png" href="index.html" height="50px"/>
<a style="color:white" href="index.html"> Santa Cruz<br>Sunrise Rotary</a>
</a>
<a class="navbar-brand" style="color:white" href="involved.html">Get Involved</a>
<li class="navbar-brand dropdown" style="color:white">
<a class="dropdown-toggle navbar-brand" style="color:white"data-toggle="dropdown" href="#">Project</a>
<ul class="dropdown-menu dropdown-content">
<li><a href="projects.html#LTEfforts">Long Term Efforts</a></li>
<li><a href="projects.html#scholarships">Scholarships[x]</a></li>
<li><a href="projects.html#fundraisers">Fundraiser</a></li>
</ul>
</li>
<a class="navbar-brand" style="color:white" href="events.html">Events</a>
<li class="navbar-brand dropdown" style="color:white">
<a class="dropdown-toggle navbar-brand" style="color:white" data-toggle="dropdown" href="#">About</a>
<ul class="dropdown-menu dropdown-content">
<li><a href="#history">History of Rotary</a></li>
<li><a href="#sunrise">History of Santa Cruz Sunrise</a></li>
<li><a href="#board">Board/Officers</a></li>
</ul>
</li>
<a class="navbar-brand" style="color:white" href="contacts.html">Contact Us</a>
<a href="https://portal.clubrunner.ca/2276/User/Login?Slug=club-forms-images&ReturnController=Page&ReturnAction=ShowSitePage&ClassCode=SitePage">
<button type="button" class="btn btn-outline-primary">Member Login</button></a>
</div>
</nav>
<br>
<br>
<a id="history">
<div class="front-page-text">
<h2>History of Rotary</h2>
<p class="lead mb-0">For more than 110 years, Rotary members have been addressing challenges around the world.
Grassroots at the core, Rotary links 1.2 million members to form an organization of international scope. It started with the vision of one man — Paul Harris. The Chicago attorney formed the Rotary Club of Chicago on 23 February 1905, so professionals with diverse backgrounds could exchange ideas, form meaningful, lifelong friendships, and give back to their communities.
Rotary’s name came from the group’s early practice of rotating meetings among the offices of its members --- Rotary International
</p>
</div>
</a>
</div>
<a id="sunrise">
<div class="front-page-text">
<h2>History of Santa Cruz Sunrise</h2>
<p class="lead mb-0">History of Santa Cruz Sunrise</p>
</div>
</a>
<a id="board">
<div class="front-page-text">
<h2>Board and Directors</h2>
<p class="lead mb-0">Meet our Board Members!</p>
</div>
</a>
</div>
<script src="js/index.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>