-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopera.html
More file actions
executable file
·118 lines (97 loc) · 5.02 KB
/
opera.html
File metadata and controls
executable file
·118 lines (97 loc) · 5.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>midtone design - Product design - UI UX Icon Design Development</title>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon-precomposed" href="images/apple-touch-icon@2x.png">
<link href="https://twitter.com/jonatan" rel="publisher" />
<link rel="stylesheet" type="text/css" href="styles/style.css" />
<link rel="stylesheet" type="text/css" href="styles/swiper.min.css" />
<link rel="canonical" href="http://www.midtonedesign.com" />
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
<meta name="description" content="Midtone Design is a design and development agency creating digital experiencies. Work with us on your next app" />
<meta property="og:image" content="http://www.midtonedesign.com/images/midtone-cover.png" />
<meta property="og:title" content="midtone design - Product design" />
<meta property="og:description" content="We create digital experiences" />
<meta property="og:url" content="http://www.midtonedesign.com" />
<meta property="og:site_name" content="midtone design" />
<meta property="og:type" content="blog" />
<meta name="twitter:card" content="app">
<meta name="twitter:site" content="@jonatan">
<meta name="twitter:description" content="Follow us on twitter to get fresh news">
</head>
<body>
<!-- (CHANGE) project masthead -->
<header class="bg-light-grey-opera padding--top-three-spaces">
<nav class="max-width--1200 horizontal--center">
<a href="index.html"><img src="images/logo.svg" alt="Jonatan Castro logo" /></a>
<ul class="position--absolute-top-right no-list-styling text--right">
<li><a href="mailto:contact@midtonedesign.com">Contact</a></li>
<li><a href="/">Cloudcast</a></li>
<li><a href="flightcard">Flight Card</a></li>
<li><a href="opera" class="current">Opera</a></li>
<li><a href="squire">Squire</a></li>
<li><a href="oldicons">Old icons</a></li>
</ul>
</nav>
<div class="text--center padding--top-four-spaces position--relative">
<img src="images/opera/opera-header.png" srcset="images/opera/opera-header@2x.png 2x" alt="opera" />
</div>
</header>
<div class="max-width--950 horizontal--center padding--top-bottom-six-spaces">
<h1>Opera Software</h1>
<div class="columns--2">
<p>Worked as a visual designer, mainly at the Desktop team but also did some mobile work. Our work affected more than 400 million users. Most of the work we did is under NDA so this is just a small portion of it.</p>
<ul class="project-details">
<li><span>Year</span> 2010 to 2016</li>
<li><span>Client</span> Opera Software - remote position</li>
<li><span>Services</span> UI, UX, Icon</li>
<li class="padding--top-one-space"><a href="http://www.opera.com">Opera.com</a></li>
</ul>
</div>
</div>
<!-- position image at top (bottom padding) -->
<div class="image-container image-container--top">
<img src="images/opera/opera-top-icon.png" srcset="images/opera/opera-top-icon@2x.png 2x" alt="top image" />
</div>
<!-- position icon/image in middle -->
<div class="image-container image-container--middle">
<img src="images/opera/opera-icongrid.png" srcset="images/opera/opera-icongrid@2x.png 2x" alt="icon" />
</div>
<!-- position image at bottom (top padding) -->
<div class="image-container image-container--bottom">
<img src="images/opera/opera-bottom-icon.png" srcset="images/opera/opera-bottom-icon@2x.png 2x" alt="bottom image" />
</div>
<!-- next project -->
<div class="padding--top-bottom-six-spaces max-width--400 horizontal--center">
<a href="squire"><h2 class="heading">Next project</h2></a>
<p class="text--lighter">Squire</p>
</div>
<!-- footer -->
<footer class="text--lighter text--center bg--light-blue padding--top-bottom-three-spaces">
© Midtone Design SLU 2009-2016. <a href="mailto:contact@midtonedesign.com">Email us</a>!. We’re social too, <a href="https://twitter.com/jonatan">twitter</a>, <a href="https://dribbble.com/jcastro">dribbble</a> or <a href="https://www.facebook.com/jonatancastro">facebook</a>.
</footer>
<!-- slider script initialisation -->
<script src="scripts/swiper.min.js"></script>
<script>
var mySwiper = new Swiper ('.swiper-container', {
direction: 'horizontal',
loop: true,
effect: 'fade',
pagination: '.swiper-pagination',
paginationClickable: 'true',
keyboardControl: 'true',
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',
})
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72360-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>