-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathabout.html
79 lines (79 loc) · 3.57 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>UFA | UMCG</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Raleway" rel="stylesheet">
<link rel="stylesheet" href="./css/main.css" media="screen" title="no title" charset="utf-8">
<link rel="icon" href="./public/img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="./css/font-awesome/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="navbar">
<div class="menu">MENU</div>
<div class="navbar-item home"><a href="/">Home</a></div>
<div class="navbar-item"><a href="./about">About</a></div>
<div class="navbar-item"><a href="./recruit">Recruit</a></div>
<div class="navbar-item"><a href="./events">Events</a></div>
<div class="navbar-item"><a href="./careers">Careers</a></div>
<div class="navbar-item"><a href="./sponsors">Sponsors</a></div>
</div>
<img class="about-cover-photo img-responsive" src="/public/img/team2.jpg">
<div class="body-container">
<p class="about-intro">UFA UMCG stands for Undergraduate Finance Association & Undergraduate Management Consulting Group. Founded in 1985 as the Undergraduate Finance Association and later merging with the Undergraduate Management Consulting Group, UFA | UMCG is a leading student business organization at the University of California Berkeley.</p>
<h3><u>Our Te</u>am</h3>
<div class="about-team-container">
<div class="about-team-officer">
<img class="img-responsive" src="/public/img/jenniferhwang.jpg">
<h3>President</h3>
<p>Jennifer Hwang</p>
</div>
<div class="about-team-officer">
<img class="img-responsive" src="/public/img/tiffanytsui.jpg">
<h3>VP of Professional Development</h3>
<p>Tiffany Tsui</p>
</div>
<div class="about-team-officer">
<img class="img-responsive" src="/public/img/triciasun.jpg">
<h3>VP of Professional Development</h3>
<p>Tricia Sun</p>
</div>
<div class="about-team-officer">
<img class="img-responsive" src="/public/img/hangyingmo.jpg">
<h3>VP of Recruitment</h3>
<p>Hanying Mo</p>
</div>
<div class="about-team-officer">
<img class="img-responsive" src="/public/img/davidliang.jpg">
<h3>VP of Investment Banking</h3>
<p>David Liang</p>
</div>
<div class="about-team-officer">
<img class="img-responsive" src="/public/img/stephaniehuang.jpg">
<h3>VP of Management Consulting</h3>
<p>Stephanie Huang</p>
</div>
<div class="about-team-officer">
<img class="img-responsive" src="/public/img/amandafong.jpg">
<h3>VP of Marketing</h3>
<p>Amanda Fong</p><br>
</div>
<div class="about-team-officer">
<img class="img-responsive" src="/public/img/ryanirwin.jpg">
<h3>Treasurer</h3>
<p>Ryan Irwin</p><br>
</div>
</div>
<div class="footer-pill">
<span>
<a href="https://www.facebook.com/ufaumcg/"><i class="fa fa-facebook-official"></i></a>
<a href="https://callink.berkeley.edu/organization/ufa_umcg"><i class="fa fa-link"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope-square"></i></a>
</span>
</div>
</div>
<script src="/scripts/jquery.min.js"></script>
<script src="/scripts/menu.js"></script>
</body>
</html>