forked from Hack4Impact-BU/BUH4Isite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
137 lines (129 loc) · 7.22 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- PAGE settings -->
<title>BU Hack4Impact</title>
<link rel="icon" href="./hack4impactfavi.ico">
<!-- CSS dependencies -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="./wireframe.css">
</head>
<body>
<div id="navstick">
<nav class="navbar navbar-expand-md navbar-light"><div id="navbaricon"><a class="navbar-brand" href="/"><img src="./hack4impactlogo.png" class="d-inline-block align-top" alt="" height="30"></a> </div>
<div class="container"> <button class="navbar-toggler navbar-toggler-right border-0" type="button" data-toggle="collapse" data-target="#navbar10">
<span class="navbar-toggler-icon"></span>
</button>
<div id="smallnavbar">
<a class="navbar-brand" href="#"><img src="./hack4impactlogo.png" class="d-inline-block align-top" alt="" height="30"></a>
</div>
<div class="collapse navbar-collapse" id="navbar10">
<ul class="navbar-nav ml-auto">
<li class="nav-item"> <a class="nav-link" style="font-size: 1.2em; color: #1669b7;" href="./Nonprofits.html"><strong>Nonprofits</strong></a> </li>
<li class="nav-item"> <a class="nav-link" style="font-size: 1.2em; color: #1669b7;" href="./Students.html"><strong>Students</strong></a> </li>
<li class="nav-item"> <a class="nav-link" style="font-size: 1.2em; color: #1669b7;" href="./Team.html"><strong>Meet the Team</strong></a> </li>
</ul>
</div>
</div>
</nav>
</div>
<div class="py-5" style="background-image: url(""); background-position: right bottom; background-size: cover;">
<div class="container">
<div class="row" style=" background-image: url(""); background-position: left top; background-size: 100%; background-repeat: no-repeat;">
<div class="col-md-6" style=" background-image: url("."); background-position: left-top; background-size: 100%; background-repeat: repeat;"><iframe width="100%" height="400" src="./hack4impact.svg" scrolling="no" frameborder="0"></iframe></div>
<div class="p-5 bg-white ml-auto col-md-6">
<h1><strong>Software for Nonprofits</strong></h1>
<p class="mb-3">We are a team of BU students who create robust software for social good. We believe that our engineering skill sets do not render us useless in addressing social injustices. Instead, they empower us to build a better society together.</p> <a class="btn btn-primary" style="background: #1669b7; color: white;" href="./Nonprofits.html">Nonprofits</a> <a class="btn btn-primary" style="background: white; color: black;" href="./Students.html">Students</a>
</div>
</div>
</div>
</div>
<div class="py-3 text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-5 col-md-12 p-4" style=""> <i class="d-block fa fa-circle-o fa-3x mb-2 text-muted"></i>
<h4>Tech for Good</h4>
<p>Our mission is to help nonprofit leverage technology to improve communities throughout the globe.</p>
</div>
</div>
</div>
</div>
<div class="py-5 text-white" style="background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("https://static.pingendo.com/cover-bubble-dark.svg"); background-position: center center, center center; background-size: cover, cover; background-repeat: repeat, repeat;">
<div class="container">
<div class="row text-dark">
<div class="col-lg-6 p-3" style="">
<div class="card text-center">
<div class="card-body p-4">
<h3>Students</h3>
<p class="my-3 lead">Are you passionate about software and Social Impact? Are you looking to join a unique and close-knit community? Join Us! Our mission provides a distinct experience to develop technical skills and interact with nonprofit clients all while applying your skills to impact lives.</p><a class="btn btn-light w-27" href="#">Learn More</a>
</div>
</div>
</div>
<div class="p-3 col-lg-6" style="">
<div class="card text-center">
<div class="card-body p-4">
<h3>Nonprofits</h3>
<p class="my-3 lead">As a nonprofit, you deliver tremendous social value to the community every day. What if you could leverage technology to make your work even more efficient, effective, or far-reaching?<br><br><br></p><a class="btn btn-light w-27" href="#" contenteditable="true">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container py-5" >
<div class="row">
<div class="col-12 col-md col-md-4"> <img src="./hack4impactlogo.png" class="d-inline-block align-top" alt="" height="30"> <small class="d-block my-3 text-muted">For all inquiries about partnerships or sponsorships please contact <a href="mailto:spatel19@bu.edu">Smeet Patel</a> </small> </div>
<div class="col-6 col-md col-md-4">
<h5><b>Organization</b></h5>
<ul class="list-unstyled text-small">
<li contenteditable="true">
<a class="text-muted" href="./index.html">About Us</a></li>
<li>
<a class="text-muted" href="./Team.html">Meet the Team</a></li>
</ul>
</div>
<div class="col-6 col-md col-md-4">
<h5 ><b>Apply</b></h5>
<ul class="list-unstyled text-small">
<li>
<a class="text-muted" href="./Students.html">Students</a></li>
<li>
<a class="text-muted" href="./Nonprofits.html">Nonprofits</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script>
window.onscroll = function() {myFunction()};
// Get the navbar
var navbar = document.getElementById("navstick");
// Get the offset position of the navbar
var sticky = navbar.offsetTop;
// Add the sticky class to the navbar when you reach its scroll position. Remove "sticky" when you leave the scroll position
function myFunction() {
if (window.pageYOffset >= sticky) {
navbar.classList.add("sticky")
} else {
navbar.classList.remove("sticky");
}
}
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>$(window).scroll(function() {
var scroll = $(window).scrollTop();
if (scroll > 0) {
$("#navstick").addClass("active");
}
else {
$("#navstick").removeClass("active");
}
}); </script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>