|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en-us" ng-app="MB" prefix="og: http://ogp.me/ns#"> |
| 3 | +<head> |
| 4 | + |
| 5 | + <meta charset="UTF-8"> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
| 7 | + <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' /> |
| 8 | + |
| 9 | + <!-- Meta Tags for SEO --> |
| 10 | + <title>DiversaTech Consulting</title> |
| 11 | + <meta name='subject' content='Consulting' /> |
| 12 | + <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." /> |
| 13 | + <meta name='keywords' content='DiversaTech, DiversaTech berkeley, cal DiversaTech, consulting, diversatech consulting, berkeley' /> |
| 14 | + <meta name='url' content='http://diversatech.org' /> |
| 15 | + <meta name='copyright' content='DiversaTech' /> |
| 16 | + <meta name='robots' content='index, follow' /> |
| 17 | + |
| 18 | + <!-- FAVICON --> |
| 19 | + <link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png"> |
| 20 | + <link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png"> |
| 21 | + <link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png"> |
| 22 | + <link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png"> |
| 23 | + <link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png"> |
| 24 | + <link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png"> |
| 25 | + <link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png"> |
| 26 | + <link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png"> |
| 27 | + <link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png"> |
| 28 | + <link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png"> |
| 29 | + |
| 30 | + <!-- Bootstrap core CSS --> |
| 31 | + <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> |
| 32 | + |
| 33 | + <!-- Custom styles for this template --> |
| 34 | + <link href="css/modern-business.css" rel="stylesheet"> |
| 35 | + <link href="css/bootstrap.min.css" rel="stylesheet"> |
| 36 | + |
| 37 | + <link href="css/custom.css" rel="stylesheet"> |
| 38 | + |
| 39 | + <!--Import Google Icon Font--> |
| 40 | + <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> |
| 41 | + <!--Import Google Font--> |
| 42 | + <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css"> |
| 43 | + <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css"> |
| 44 | + <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel="stylesheet"> |
| 45 | + <link href="https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap" rel="stylesheet"> |
| 46 | + |
| 47 | + <!--Import Icons --> |
| 48 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"> |
| 49 | + |
| 50 | +</head> |
| 51 | + |
| 52 | +<!--navigation bar--> |
| 53 | +<div id='nav-container'></div> |
| 54 | + |
| 55 | +<body> |
| 56 | + |
| 57 | + <!-- Page Content --> |
| 58 | + <div class="container"> |
| 59 | + |
| 60 | + <!-- First Section --> |
| 61 | + <div class="row px-3"> |
| 62 | + <h1 class="page-title">Dedicated to Diversity</h1> |
| 63 | + </div> |
| 64 | + <div class="row py-4"> |
| 65 | + <div class="col-lg-6"> |
| 66 | + <h2>Who We Are</h2> |
| 67 | + <p class="lead">We strongly believe that the most innovative and creative solutions arise from diversity of thought. With consultants studying business, engineering, and the social sciences, we are able to infuse various perspectives into our strategic recommendations, bridging the quantitative with the qualitative. Our unique approach enables us to provide not only technical recommendations, but also valuable insights into marketing and sales strategy, competitive analysis, research, and a variety of other services.</p> |
| 68 | + </div> |
| 69 | + <div class="col-lg-6"> |
| 70 | + <img class="img-fluid rounded mb-4" src="http://placehold.it/750x450" alt=""> |
| 71 | + </div> |
| 72 | + </div> |
| 73 | + <div class="row py-4"> |
| 74 | + <div class="col-lg-6"> |
| 75 | + <img class="img-fluid rounded mb-4" src="http://placehold.it/750x450" alt=""> |
| 76 | + </div> |
| 77 | + <div class="col-lg-6"> |
| 78 | + <h2>Mission Statement</h2> |
| 79 | + <p class="lead">DiversaTech fosters diversity of thought in the tech industry by creating unique experiences and projects that encourage students of all backgrounds to connect, collaborate, and create.</p> |
| 80 | + <p class="lead">We strive to provide the highest quality services to our clients in order to solve their most pressing issues.</p> |
| 81 | + </div> |
| 82 | + </div> |
| 83 | + <!-- /.row --> |
| 84 | + |
| 85 | + <hr> |
| 86 | + |
| 87 | + |
| 88 | + <!-- Second Section --> |
| 89 | + <div class="row px-3"> |
| 90 | + <h1 class="page-title">We Think Differently</h1> |
| 91 | + </div> |
| 92 | + <div class="row py-4 px-3"> |
| 93 | + <h2>Our Uniqueness</h2> |
| 94 | + <p class="lead">Each of our consulting teams is comprised of individuals from various disciplines across campus from humanities to STEM to bring an interdisciplinary approach to solving challenging industry problems. As much of today’s workforce, especially in tech, relies on cross team collaboration in order to successfully execute and launch a product, we feel it is important to emulate this interdisciplinary structure so the various perspectives on how to tackle a problem are brought to the table. While other consulting organizations are composed of mostly business/economics majors, we seek to channel the many ways Cal prepares students across different majors to analyze and solve problems that are otherwise largely ignored.</p> |
| 95 | + </div> |
| 96 | + <div class="row py-4 px-3"> |
| 97 | + <h2>Our Diversity</h2> |
| 98 | + </div> |
| 99 | + <div class=""> |
| 100 | + <img class="img-fluid rounded mb-4" src="http://placehold.it/750x450" alt=""/> |
| 101 | + </div> |
| 102 | + <!-- /.row --> |
| 103 | + |
| 104 | + <hr> |
| 105 | + |
| 106 | + <!--Leadership Section--> |
| 107 | + <div class="row px-3"> |
| 108 | + <h1 class="page-title">Meet the Team</h1> |
| 109 | + </div> |
| 110 | + <!--Executive Board--> |
| 111 | + <div class="row py-4 px-3"> |
| 112 | + <h2>Executive Board</h2> |
| 113 | + </div> |
| 114 | + <div class="row"> |
| 115 | + <div class="col-lg-3"> |
| 116 | + <div class="card profile-card"> |
| 117 | + <img src="img/leadership/michelle.jpg" class="card-image"/> |
| 118 | + <div class="overlay"> |
| 119 | + <h4 class="profile-card-title">Michelle Zhang</h4> |
| 120 | + <p class="lead profile-card-caption">Co-President</p> |
| 121 | + <div class="profile-links"> |
| 122 | + <a href=""><i class="fa fa-linkedin"></i></a> |
| 123 | + <a href=""><i class="fa fa-envelope"></i></a> |
| 124 | + </div> |
| 125 | + </div> |
| 126 | + </div> |
| 127 | + </div> |
| 128 | + <div class="col-lg-3"> |
| 129 | + <div class="card profile-card"> |
| 130 | + <img src="img/leadership/alexandra.jpg" class="card-image"/> |
| 131 | + <div class="overlay"> |
| 132 | + <h4 class="profile-card-title">Alexandra Lipton</h4> |
| 133 | + <p class="lead profile-card-caption">Co-President</p> |
| 134 | + <div class="profile-links"> |
| 135 | + <a href=""><i class="fa fa-linkedin"></i></a> |
| 136 | + <a href=""><i class="fa fa-envelope"></i></a> |
| 137 | + </div> |
| 138 | + </div> |
| 139 | + </div> |
| 140 | + </div> |
| 141 | + <div class="col-lg-3"> |
| 142 | + <div class="card profile-card"> |
| 143 | + <img src="img/leadership/saralynn.jpg" class="card-image"/> |
| 144 | + <div class="overlay"> |
| 145 | + <h4 class="profile-card-title">Saralynn Chick</h4> |
| 146 | + <p class="lead profile-card-caption">Internal VP</p> |
| 147 | + <div class="profile-links"> |
| 148 | + <a href=""><i class="fa fa-linkedin"></i></a> |
| 149 | + <a href=""><i class="fa fa-envelope"></i></a> |
| 150 | + </div> |
| 151 | + </div> |
| 152 | + </div> |
| 153 | + </div> |
| 154 | + <div class="col-lg-3"> |
| 155 | + <div class="card profile-card"> |
| 156 | + <img src="img/leadership/denny.jpg" class="card-image"/> |
| 157 | + <div class="overlay"> |
| 158 | + <h4 class="profile-card-title">Denny Dang</h4> |
| 159 | + <p class="lead profile-card-caption">External VP</p> |
| 160 | + <div class="profile-links"> |
| 161 | + <a href=""><i class="fa fa-linkedin"></i></a> |
| 162 | + <a href=""><i class="fa fa-envelope"></i></a> |
| 163 | + </div> |
| 164 | + </div> |
| 165 | + </div> |
| 166 | + </div> |
| 167 | + <div class="col-lg-3"> |
| 168 | + <div class="card profile-card"> |
| 169 | + <img src="img/leadership/julia.jpg" class="card-image"/> |
| 170 | + <div class="overlay"> |
| 171 | + <h4 class="profile-card-title">Julia Liu</h4> |
| 172 | + <p class="lead profile-card-caption">VP of Marketing</p> |
| 173 | + <div class="profile-links"> |
| 174 | + <a href=""><i class="fa fa-linkedin"></i></a> |
| 175 | + <a href=""><i class="fa fa-envelope"></i></a> |
| 176 | + </div> |
| 177 | + </div> |
| 178 | + </div> |
| 179 | + </div> |
| 180 | + <div class="col-lg-3"> |
| 181 | + <div class="card profile-card"> |
| 182 | + <img src="img/leadership/zen.jpg" class="card-image"/> |
| 183 | + <div class="overlay"> |
| 184 | + <h4 class="profile-card-title">Zen Thumparkkul</h4> |
| 185 | + <p class="lead profile-card-caption">VP of Projects</p> |
| 186 | + <div class="profile-links"> |
| 187 | + <a href=""><i class="fa fa-linkedin"></i></a> |
| 188 | + <a href=""><i class="fa fa-envelope"></i></a> |
| 189 | + </div> |
| 190 | + </div> |
| 191 | + </div> |
| 192 | + </div> |
| 193 | + </div> |
| 194 | + <!-- /.row --> |
| 195 | + <!--Project Manager Board--> |
| 196 | + <div class="row py-4 px-3"> |
| 197 | + <h2>Project Managers</h2> |
| 198 | + </div> |
| 199 | + <div class="row"> |
| 200 | + <div class="col-lg-3"> |
| 201 | + <div class="card profile-card"> |
| 202 | + <img src="img/leadership/michelle.jpg" class="card-image"/> |
| 203 | + <div class="overlay"> |
| 204 | + <h4 class="profile-card-title">Michelle Zhang</h4> |
| 205 | + <p class="lead profile-card-caption">Co-President</p> |
| 206 | + <div class="profile-links"> |
| 207 | + <a href=""><i class="fa fa-linkedin"></i></a> |
| 208 | + <a href=""><i class="fa fa-envelope"></i></a> |
| 209 | + </div> |
| 210 | + </div> |
| 211 | + </div> |
| 212 | + </div> |
| 213 | + <div class="col-lg-3"> |
| 214 | + <div class="card profile-card"> |
| 215 | + <img src="img/leadership/alexandra.jpg" class="card-image"/> |
| 216 | + <div class="overlay"> |
| 217 | + <h4 class="profile-card-title">Alexandra Lipton</h4> |
| 218 | + <p class="lead profile-card-caption">Co-President</p> |
| 219 | + <div class="profile-links"> |
| 220 | + <a href=""><i class="fa fa-linkedin"></i></a> |
| 221 | + <a href=""><i class="fa fa-envelope"></i></a> |
| 222 | + </div> |
| 223 | + </div> |
| 224 | + </div> |
| 225 | + </div> |
| 226 | + <div class="col-lg-3"> |
| 227 | + <div class="card profile-card"> |
| 228 | + <img src="img/leadership/saralynn.jpg" class="card-image"/> |
| 229 | + <div class="overlay"> |
| 230 | + <h4 class="profile-card-title">Saralynn Chick</h4> |
| 231 | + <p class="lead profile-card-caption">Internal VP</p> |
| 232 | + <div class="profile-links"> |
| 233 | + <a href=""><i class="fa fa-linkedin"></i></a> |
| 234 | + <a href=""><i class="fa fa-envelope"></i></a> |
| 235 | + </div> |
| 236 | + </div> |
| 237 | + </div> |
| 238 | + </div> |
| 239 | + <div class="col-lg-3"> |
| 240 | + <div class="card profile-card"> |
| 241 | + <img src="img/leadership/denny.jpg" class="card-image"/> |
| 242 | + <div class="overlay"> |
| 243 | + <h4 class="profile-card-title">Denny Dang</h4> |
| 244 | + <p class="lead profile-card-caption">External VP</p> |
| 245 | + <div class="profile-links"> |
| 246 | + <a href=""><i class="fa fa-linkedin"></i></a> |
| 247 | + <a href=""><i class="fa fa-envelope"></i></a> |
| 248 | + </div> |
| 249 | + </div> |
| 250 | + </div> |
| 251 | + </div> |
| 252 | + <div class="col-lg-3"> |
| 253 | + <div class="card profile-card"> |
| 254 | + <img src="img/leadership/julia.jpg" class="card-image"/> |
| 255 | + <div class="overlay"> |
| 256 | + <h4 class="profile-card-title">Julia Liu</h4> |
| 257 | + <p class="lead profile-card-caption">VP of Marketing</p> |
| 258 | + <div class="profile-links"> |
| 259 | + <a href=""><i class="fa fa-linkedin"></i></a> |
| 260 | + <a href=""><i class="fa fa-envelope"></i></a> |
| 261 | + </div> |
| 262 | + </div> |
| 263 | + </div> |
| 264 | + </div> |
| 265 | + <div class="col-lg-3"> |
| 266 | + <div class="card profile-card"> |
| 267 | + <img src="img/leadership/zen.jpg" class="card-image"/> |
| 268 | + <div class="overlay"> |
| 269 | + <h4 class="profile-card-title">Zen Thumparkkul</h4> |
| 270 | + <p class="lead profile-card-caption">VP of Projects</p> |
| 271 | + <div class="profile-links"> |
| 272 | + <a href=""><i class="fa fa-linkedin"></i></a> |
| 273 | + <a href=""><i class="fa fa-envelope"></i></a> |
| 274 | + </div> |
| 275 | + </div> |
| 276 | + </div> |
| 277 | + </div> |
| 278 | + <div class="col-lg-3"> |
| 279 | + <div class="card profile-card"> |
| 280 | + <img src="img/leadership/julia.jpg" class="card-image"/> |
| 281 | + <div class="overlay"> |
| 282 | + <h4 class="profile-card-title">Julia Liu</h4> |
| 283 | + <p class="lead profile-card-caption">VP of Marketing</p> |
| 284 | + <div class="profile-links"> |
| 285 | + <a href=""><i class="fa fa-linkedin"></i></a> |
| 286 | + <a href=""><i class="fa fa-envelope"></i></a> |
| 287 | + </div> |
| 288 | + </div> |
| 289 | + </div> |
| 290 | + </div> |
| 291 | + <div class="col-lg-3"> |
| 292 | + <div class="card profile-card"> |
| 293 | + <img src="img/leadership/zen.jpg" class="card-image"/> |
| 294 | + <div class="overlay"> |
| 295 | + <h4 class="profile-card-title">Zen Thumparkkul</h4> |
| 296 | + <p class="lead profile-card-caption">VP of Projects</p> |
| 297 | + <div class="profile-links"> |
| 298 | + <a href=""><i class="fa fa-linkedin"></i></a> |
| 299 | + <a href=""><i class="fa fa-envelope"></i></a> |
| 300 | + </div> |
| 301 | + </div> |
| 302 | + </div> |
| 303 | + </div> |
| 304 | + </div> |
| 305 | + <!-- /.row --> |
| 306 | + |
| 307 | + </div> |
| 308 | + <!-- /.container --> |
| 309 | + |
| 310 | +</body> |
| 311 | + |
| 312 | +<!--footer bar--> |
| 313 | +<div id='footer-container'></div> |
| 314 | + |
| 315 | +<!-- Bootstrap core JavaScript --> |
| 316 | +<script src="vendor/jquery/jquery.min.js"></script> |
| 317 | +<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> |
| 318 | + |
| 319 | +<!--Import custom.js--> |
| 320 | +<script type="text/javascript" src="js/custom.js"></script> |
| 321 | + |
| 322 | +</html> |
0 commit comments