-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (73 loc) · 3.24 KB
/
index.html
File metadata and controls
78 lines (73 loc) · 3.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="styles/theme.css">
</head>
<body>
<header>
<div class="heading">
<a href="index.html"><img src="images/saselogowithtext.png" alt="SASE Logo" class = "saselogo"></a>
</div>
<div class="heading">
<nav>
<ul>
<li><a href= "index.html" class="active">About</a></li>
<li><a href= "eboard.html">Eboard</a></li>
<li><a href= "events.html">Events</a></li>
<li><a href= "join.html">Join</a></li>
</ul>
</nav>
</div>
</header>
<!-- <div class="container"> -->
<img src="images/cornelluni.jpg" alt="Cornell" style="width:100%;">
<!-- <div class="lineone">Society of Asian Scientists and Engineers (SASE)</div>
<div class="linetwo">Cornell University Chapter</div>
</div> -->
<div class = "aboutuscontainer">
<div class = "aboutus">
<iframe width="560" height="315" src="https://www.youtube.com/embed/WSVdJPWucgc" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen class="youtube"></iframe>
</div>
<div class = "aboutus">
<h1 class = "h1about">About Us</h1>
<p> Cornell Society of Asian Scientists and Engineers (SASE) is a professional organization
dedicated to build a caring community to help students advance their future careers through
workshops, conferences, and fun social/cultural events. Through SASE, students will be able
to network with company recruiters as well as other SASE members from other universities
such as MIT, Clarkson, Pittsburgh, Colorado School of Mines, UCSD, and etc. In addition,
SASE, students will also have the opportunity to attend the annual SASE National Conference
and its SASE-members-only career fair to be interviewed and offered summer internships.
Furthermore, members will also have the opportunity to grow both personally and professionally
through the workshops and social events offer on campus and to build lifelong friendships with
its members.</p>
</div>
</div>
<h2 class = "h2about">Why should you join SASE?</h2>
<div class = "about">
<div class = "eachabout">
<h3>Socialize</h3>
<img src="images/socialize.png" alt="Socialize Icon">
<p> Meet new people of similar interests as you on campus </p>
</div>
<div class = "eachabout">
<h3>Serve</h3>
<img src="images/serve.png" alt="Serve Icon">
<p> Volunteer at on-campus events with your fellow SASE members </p>
</div>
<div class = "eachabout">
<h3>Network</h3>
<img src="images/network.png" alt="Serve Icon">
<p> Attend the annual SASE National Conference, where you may discover your next summer internship </p>
</div>
</div>
<hr/>
<footer>
<p>Follow us on <a href="https://www.facebook.com/sasecornell/">Facebook</a>!</p>
<p>Feel free to email <a href="mailto:sasecornell@gmail.com">SASE Cornell</a> and/or
<a href="mailto:sst48@cornell.edu">Sherrie Tan</a> with any questions.</p>
<p>@2019 Cornell SASE. Website designed by Sohwi Jung.</p>
</footer>
</body>
</html>