-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
142 lines (120 loc) · 7.38 KB
/
faq.html
File metadata and controls
142 lines (120 loc) · 7.38 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
<!DOCTYPE html>
<html lang="en-us" ng-app="MB" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<!-- Meta Tags for SEO -->
<title>DiversaTech Consulting</title>
<meta name='subject' content='Consulting' />
<meta name='description' content="DiversaTech Consulting is UC Berkeley's tech consultancy. We are unique from other consulting organizations because we combine both engineering and business principles to create dynamic recommendations and strategies." />
<meta name='keywords' content='DiversaTech, DiversaTech berkeley, cal DiversaTech, consulting, diversatech consulting, berkeley' />
<meta name='url' content='http://diversatech.org' />
<meta name='copyright' content='DiversaTech' />
<meta name='robots' content='index, follow' />
<!-- FAVICON -->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!--Import Google Icon Font-->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!--Import Google Font-->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap" rel="stylesheet">
<!--Import Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<!--navigation bar-->
<div id='nav-container'></div>
<body>
<!-- Page Content -->
<div class="container my-5">
<!-- FAQ Section -->
<div class="row px-3">
<h1 class="page-title">Frequently Asked Questions</h1>
</div>
<div class="py-4" id="accordion" role="tablist" aria-multiselectable="true">
<div class="card card-light">
<div class="card-header" role="tab" id="headingOne">
<h5 class="mb-0">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">How is DiversaTech different from other consulting clubs?</a>
</h5>
</div>
<div id="collapseOne" class="collapse show" role="tabpanel" aria-labelledby="headingOne">
<div class="card-body">
<p>We think differently: while other clubs often focus on major and past experiences when evaluating candidates, we welcome students of <b>all backgrounds</b> to DiversaTech! We look for a versatile, diversity-embracing mindset in our selection process.</p>
<p>Contrary to popular belief, tech companies—at least successful ones—do not only hire only computer science and business majors. DiversaTech emulates this belief that interdisciplinary teams discover the most robust solutions to challenging problems. As practice (in DiversaTech) makes perfect (in your career), join DiversaTech to have a head start!</p>
</div>
</div>
</div>
<div class="card card-light">
<div class="card-header" role="tab" id="headingTwo">
<h5 class="mb-0">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">I have no experience consulting. Does it still make sense for me to apply to DiversaTech?
</a>
</h5>
</div>
<div id="collapseTwo" class="collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="card-body">
<p>Your unique background is an asset to our organization! We want to see that you have demonstrated strong interest and passion in your past activities, which do not necessarily need to be tech-related.</p>
<p>Once you join us, we hold a bootcamp series for new members which will bring you up to speed, and you will continue to build skills through your consulting projects. Your decision to apply should be a no-brainer!</p>
</div>
</div>
</div>
<div class="card card-light">
<div class="card-header" role="tab" id="headingThree">
<h5 class="mb-0">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">What is DiversaTech's consulting project structure?</a>
</h5>
</div>
<div id="collapseThree" class="collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="card-body">
<p>DiversaTech's project structure consists of 4 project teams, each with 2 project managers and 6-7 consultants. Each team is in charge of addressing the needs of the specific corporate partner they work with.</p>
</div>
</div>
</div>
<div class="card card-light">
<div class="card-header" role="tab" id="headingFour">
<h5 class="mb-0">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseFour" aria-expanded="false" aria-controls="collapseFour">What does DiversaTech do to ensure success?</a>
</h5>
</div>
<div id="collapseFour" class="collapse" role="tabpanel" aria-labelledby="headingFour">
<div class="card-body">
<p>DiversaTech recruits some of the brightest, passionate, and hard-working students at Cal. Through an organized timeline and effective leadership, we aim to always deliver maximum value to our clients.</p>
</div>
</div>
</div>
</div>
<!-- Help Section -->
<div class="row px-3">
<h1 class="page-title">Help</h1>
</div>
<div class="row py-4 px-3">
<p class="lead">Questions? Email <a href="mailto:diversatech.berkeley@gmail.com">diversatech.berkeley@gmail.com</a> or message us on social media (links in footer)!</p>
</div>
</div>
<!-- /.container -->
</body>
<!--footer bar-->
<div id='footer-container'></div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!--Import custom.js-->
<script type="text/javascript" src="js/custom.js"></script>
</html>