alicestrete.me/index.html

150 lines
5.7 KiB
HTML
Raw Normal View History

2016-02-10 21:54:08 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
2016-02-10 22:34:24 +01:00
<title>Alice Strete</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:700,300' rel='stylesheet' type='text/css'>
2019-01-02 18:27:24 +01:00
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
2016-02-10 22:34:24 +01:00
<style type="text/css" media="screen">
#wrapper{
margin-left: 10px;
width: 50%;
}
@media(max-width: 768px){
#wrapper {
width: 80%;
}
}
ul{
padding-top: 15px;
padding-left: 0px;
}
ul li{
display: inline;
margin-left: 5px;
}
2016-02-10 22:54:33 +01:00
a{ color: gray; }
a:link { text-decoration: underline; }
a:hover{ color: black; }
2016-02-10 22:34:24 +01:00
h1{
font-family: 'Open Sans', sans-serif;
font-weight: 700;
}
p{
font-family: 'Open Sans', sans-serif;
font-weight: 300;
}
#smaller-inner{
font-size: 0.5em !important;
font-weight: 300 !important;
}
.fa{
font-size: 1.2em;
}
#links a{
color:black;
}
#links a:hover{
color:gray;
}
2016-02-10 22:54:33 +01:00
#written-text p{
padding: 0px;
margin: 5px;
}
2016-02-10 22:34:24 +01:00
.typed-cursor{
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
</style>
2016-02-10 21:54:08 +01:00
</head>
<body>
2016-03-06 15:13:49 +01:00
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-TS467T"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TS467T');</script>
<!-- End Google Tag Manager -->
2016-02-10 22:34:24 +01:00
<div id="wrapper">
<div id="header">
2016-03-01 18:59:43 +01:00
<h1>Hi there, I'm Alice. <span id="smaller-inner"> <span class="element"> </span> </span> </h1>
2016-02-10 22:34:24 +01:00
</div>
2016-02-10 22:54:33 +01:00
<div id="written-text">
<p>
2019-01-02 18:14:29 +01:00
I cook, write, draw and manage things online.
2016-02-10 22:54:33 +01:00
</p>
2017-01-10 15:32:25 +01:00
2016-02-10 22:54:33 +01:00
<p>
2019-09-17 17:10:14 +02:00
Fresh MA graduate from the Piet Zwart Institute, in Experimental Publishing. MA work is on the <a target="_blank" href="http://pzwiki.wdka.nl/mediadesign/User:Alice"> wiki </a>. I also help out at <a target="_blank" href="https://www.fairplanet.org/about-fairplanet/">Fairplanet.org</a>
2019-01-02 18:14:29 +01:00
</p>
2016-02-10 22:54:33 +01:00
<p>
2019-09-17 17:10:14 +02:00
Here's some of my <a target="_blank" href="work.html">latest work</a>. For more info, drop me an email at alice.strt@gmail.com
2016-02-10 22:54:33 +01:00
</p>
2019-01-02 18:17:31 +01:00
<p>
2019-01-02 18:14:29 +01:00
My drawings are mostly for my own enjoyment. You can take a peek <a target="_blank" href="http://drawing.alicestrete.me/">here</a>.
</p>
2016-02-10 22:54:33 +01:00
<p>
2017-01-01 11:10:44 +01:00
Here's my <a target="_blank" href="./cv.html">résumé</a>.
2016-02-10 22:54:33 +01:00
</p>
</div>
2016-02-10 22:34:24 +01:00
<ul id="links">
2019-01-02 18:27:24 +01:00
<li> <a target="_blank" href="https://www.facebook.com/alice.strt"><i class="fab fa-facebook-f fa-1x"></i></a></li>
2019-01-02 18:14:29 +01:00
2019-01-02 18:31:32 +01:00
<li> <a target="_blank" href="https://post.lurk.org/@alcstrt"><i class="fab fa-mastodon fa-1x"></i></a></li>
2019-01-02 18:27:24 +01:00
<li> <a target="_blank" href="https://www.instagram.com/alicestrt/"><i class="fas fa-camera-retro fa-1x"></i></a></li>
2016-02-10 22:34:24 +01:00
</ul>
</div>
<script src="jquery.js" type="text/javascript" charset="utf-8"></script>
<script src="typed.js" type="text/javascript" charset="utf-8"></script>
<script>
$(function(){
$(".element").typed({
2016-02-10 22:54:33 +01:00
strings: [
2016-03-01 18:59:43 +01:00
"I like to read Vonnegut.",
2019-09-17 17:10:14 +02:00
"I like to cook things.",
2016-03-01 18:59:43 +01:00
"I like to eat often.",
2019-09-17 17:10:14 +02:00
"I like to read about food politics.",
2016-03-01 18:59:43 +01:00
"I like to listen to The Smiths."
2016-02-10 22:54:33 +01:00
],
2016-03-01 18:59:43 +01:00
startDelay: 3000,
typeSpeed: 100,
backSpeed: 30,
2016-02-10 22:34:24 +01:00
loop: true,
2016-03-01 15:15:48 +01:00
shuffle:true,
2016-02-10 22:34:24 +01:00
contentType: 'html'
});
});
</script>
2016-03-04 19:12:39 +01:00
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-74692444-1', 'auto');
ga('send', 'pageview');
2016-03-04 19:05:38 +01:00
</script>
2016-02-10 21:54:08 +01:00
</body>
</html>