-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdogo.html
57 lines (54 loc) · 4.46 KB
/
dogo.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>website</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/material-icons.min.css">
<link rel="stylesheet" href="assets/fonts/simple-line-icons.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Serif">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans+TC">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,900">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif">
<link rel="stylesheet" href="assets/css/Footer-Basic.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="assets/css/Navigation-Clean.css">
<link rel="stylesheet" href="assets/css/Projects-Clean.css">
<link rel="stylesheet" href="assets/css/Projects-Horizontal.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body style="background-color: rgb(224,232,222);">
<nav class="navbar navbar-light navbar-expand-md navigation-clean" style="background-color: rgb(224,232,222);font-family: 'Noto Serif TC', serif;">
<div class="container"><a class="navbar-brand text-lowercase" href="index.html" style="font-family: 'Noto Serif TC', serif;background-color: rgba(255,255,255,0);color: rgb(78,84,71);font-size: 18px;margin: 0px 0px 0px;">SONA DOLASIA</a><button class="navbar-toggler"
data-toggle="collapse" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item" role="presentation"><a class="nav-link text-lowercase" href="about.html" data-bs-hover-animate="tada" style="font-family: 'Noto Serif TC', serif;color: rgb(78,84,71);">ABOUT</a></li>
<li class="nav-item" role="presentation"><a class="nav-link text-lowercase" href="work.html" style="font-family: 'Noto Serif TC', serif;color: rgb(78,84,71);background-color: #;"><strong>WORK</strong></a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="https://drive.google.com/file/d/1ZWuNkIAm7SLdPxyaSuiWzRVCM2zyUAIw/view?usp=sharing" data-bs-hover-animate="tada" style="font-family: 'Noto Serif TC', serif;color: rgb(78,84,71);">resume</a></li>
</ul>
</div>
</div>
</nav>
<div>
<div class="container">
<div class="row">
<div class="col-md-6"><img src="assets/img/Frame%2049.png" style="width: 500px;"></div>
<div class="col-md-6">
<h1 class="text-lowercase text-center" style="font-family: 'Noto Serif TC', serif;font-size: 40px;padding: 60px 0px 0px;color: rgb(78,84,71);"><strong>DOGOMedia, Inc.</strong></h1>
<p class="text-center" style="font-family: 'Noto Serif TC', serif;">User Experience Design Intern:<em> December - January 2019</em></p>
<p class="text-left" style="font-family: 'Open Sans', sans-serif;font-size: 14px;font-weight: normal;">During my winter break, I worked as an intern at<a href="https://www.dogonews.com/"><strong> DOGOMedia, Inc.</strong></a>, the largest online kids media network used globally by millions. I worked on designing ways to promote premium
features and tools. Worked on inclusive design to make the current platform more readable and cleaner. Created a new style guide to make branding cohesive. </p>
<p class="text-left" style="font-family: 'Open Sans', sans-serif;font-size: 14px;">I am unable to share my work publically until it is implemented, but if you have questions, <em>feel free to contact me!</em></p>
</div>
</div>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-animation.js"></script>
</body>
</html>