-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththe-jason-effect.html
91 lines (90 loc) · 5.02 KB
/
the-jason-effect.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
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-317947-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-317947-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Crossbeam - GoldenChaos</title>
<meta name="description" content="Product Design by Jess Rappaport.">
<meta name="author" content="Jess Rappaport">
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="https://kit.fontawesome.com/ede7ed9b9e.js" crossorigin="anonymous"></script>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="apple-touch-icon-precomposed.png" />
<link rel="mask-icon" href="website_icon.svg" color="#4083a0">
<meta name='viewport' content='initial-scale=1, viewport-fit=cover'>
</head>
<body>
<div class="page-top white the-jason-effect">
<nav>
<a id="logo" href="index.html"></a>
<div class="menu">
<!-- <span><i class="fas fa-lemon"></i>Now with less than 10% fruit juice</span><br /> -->
<a class="selected" href="index.html">Work</a>
<a href="https://goldenchao.tumblr.com" target="_blank">Blog</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<br />
<a class="social" href="https://twitter.com/goldenchaos" target="_blank"><i class="fab fa-twitter"></i></a>
<a class="social" href="https://github.com/GoldenChaos" target="_blank"><i class="fab fa-github"></i></a>
<a class="social" href="https://www.linkedin.com/in/goldenchaos" target="_blank"><i class="fab fa-linkedin"></i></a>
<a class="social" href="mailto:jess@goldenchaos.net"><i class="fa fa-envelope-square"></i></a>
</div>
</nav>
<div class="splash-bg the-jason-effect">
</div>
</div>
<div class="content page">
<div class="page-padding">
<p style="margin-top:0;">Between 2009 and 2012 I did some freelance work under the brand <b>The Jason Effect</b> to pay the bills while starting up <a href="goodsemester.html">GoodSemester</a>. I also ran a blog under the same name from 2005-2015. Check out a few of the sites I designed below, plus several iterations of my old blog designs.
<h1>The Jason Effect (2012-2015)</h1>
</div>
<div class="screenshot-grid-2-col">
<img src="images/the-jason-effect/web.archive.org_web_20130120130202_http___www.thejasoneffect.net_.png" alt="screenshot" />
</div>
<div class="screenshot-grid-3-col">
<img src="images/the-jason-effect/web.archive.org_web_20130120130202_http___www.thejasoneffect.net_(iPhone 6_7_8).png" alt="screenshot" />
<img src="images/the-jason-effect/web.archive.org_web_20130120130202_http___www.thejasoneffect.net_(iPhone 6_7_8) (1).png" alt="screenshot" />
<img src="images/the-jason-effect/web.archive.org_web_20130120130202_http___www.thejasoneffect.net_(iPhone 6_7_8) (2).png" alt="screenshot" />
</div>
<div class="page-padding">
<h1>The Jason Effect (2009-2012)</h1>
</div>
<div class="screenshot-grid-2-col">
<img src="images/the-jason-effect/web.archive.org_web_20110113134619_http___www.thejasoneffect.net_.png" alt="screenshot" />
</div>
<div class="page-padding">
<h1>Soup Shoppe (2009)</h1>
</div>
<div class="screenshot-grid-2-col">
<img src="images/the-jason-effect/soupshoppe1.png" alt="screenshot" />
<img src="images/the-jason-effect/soupshoppe2.png" alt="screenshot" />
<img src="images/the-jason-effect/soupshoppe3.png" alt="screenshot" />
</div>
<div class="page-padding">
<h1>Lehigh Choral Arts (2009)</h1>
</div>
<div class="screenshot-grid-2-col">
<img src="images/the-jason-effect/Welcome - Lehigh University Choral Arts.png" alt="screenshot" />
<img src="images/the-jason-effect/web.archive.org_web_20100514010252_http___lehighchoralarts.com_.png" alt="screenshot" />
<img src="images/the-jason-effect/web.archive.org_web_20100514010252_http___lehighchoralarts.com_ (2).png" alt="screenshot" />
</div>
<div class="page-padding">
<h1>The Jason Effect (2005-2009)</h1>
</div>
<div class="screenshot-grid-2-col">
<img src="images/the-jason-effect/web.archive.org_web_20090518030327_http___www.thejasoneffect.net_80_.png" alt="screenshot" />
</div>
</div>
<footer>
<span>© 2004-<script>document.write(new Date().getFullYear())</script> Jess Rappaport</span>
</footer>
</body>
</html>