alicestrete.me/index.html

132 lines
4.5 KiB
HTML
Raw Permalink 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'>
2022-08-12 16:38:39 +02: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 -->
2024-04-15 17:56:29 +02:00
2016-03-06 15:13:49 +01:00
<!-- End Google Tag Manager -->
2016-02-10 22:34:24 +01:00
<div id="wrapper">
<div id="header">
2020-02-25 14:38:35 +01:00
<h1>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>
2024-04-15 17:52:52 +02:00
I'm a Romanian cultural worker, artist and researcher based in Rotterdam, NL.
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>
2024-04-15 17:52:52 +02:00
<a target="_blank" href="http://varia.zone/">Varia</a> member, creator of food magazine <a target="_blank" href="https://magiun.online/">Magiun</a>, core member of <a target="_blank" href="https://biobulkbende.org/"> BioBulkBende </a>, <a target="_blank" href="https://project.xpub.nl/is-it-time-to-eat-or-is-there-no-more-time-to-eat/">MA graduate</a> from the Piet Zwart Institute, in Experimental Publishing.
2022-08-12 16:38:39 +02:00
</p>
2016-02-10 22:54:33 +01:00
<p>
2024-04-15 18:04:15 +02:00
Here's where you can find my <a target="_blank" href="https://portfolio.alicestrete.me/">work</a>. For more info, drop me an email at strt [at] riseup [dot] net
2016-02-10 22:54:33 +01:00
</p>
2022-08-12 16:38:39 +02:00
2016-02-10 22:54:33 +01:00
</div>
2016-02-10 22:34:24 +01:00
<ul id="links">
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: [
2022-08-11 16:12:59 +02:00
"I like reading Kurt Vonnegut books.",
2022-08-12 16:38:39 +02:00
"I like to cook things.",
2016-03-01 18:59:43 +01:00
"I like to eat often.",
2022-08-11 16:12:59 +02:00
"I like reading about food politics.",
2022-08-22 12:00:08 +02:00
"I like to water my garden.",
"I like self-publishing my work."
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>
2022-09-19 16:50:35 +02:00
2016-03-04 19:05:38 +01:00
</script>
2016-02-10 21:54:08 +01:00
</body>
</html>