added project no thanks, I'll make my own

master
Damlanur 3 years ago
parent 9d2ccb4573
commit 0ccf56fe48

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

@ -0,0 +1,74 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Project Title</title>
<meta name="description" content="XPUB">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../css/pages.css">
</head>
<body>
<div id='wrapper'></div>
<a href='../' id='homebttn' class='ext'> << home</a>
<header>
<h1 id='project-title'>Project Title <a href='#hleft-text' class='show'></a></h1>
<h2 id='student-name'>Damlanur Bilgin</h2>
<div id='hleft-text'>
<a href=# id='back'>
<div id='inner-hleft-text'>
<div id='ihtp'>
<object>
<div id='about-project'>
<p>"Lorem ipsum" Is a periodical, digital and print hybrid publication that deals with ownership over online spaces. It aims to provide an alternative learning space that embraces not knowing, learning while building and making mistakes along the way.</p>
<p>Each issue of the publication deals a different way of building online spaces as easy as possible, such as building and publishing a simple website with minimal html knowledge and building micro blogging platforms from a guestbook. The difference between most resources and "lorem ipsum" is the attitude towards the learning process. A lot of tutorials and courses related to online publishing are written in professional context and assume that the reader already has a lot of information. "Lorem" does the work of finding accessible resources and decoding complicated parts. It encourages a hands on approach and prioritizing self expression rather than technical perfection. </p>
<p>A legislation passed by the Turkish parliament in 2020 requires social networks with more than a million daily users to establish legal entities and store user data in Turkey, which legally forces social networks to comply with government requests of content removal and sharing user information. This law is just one example of a pattern. Governments such as Turkey and large companies such as Amazon alike retaliate against dissenters who speak out on social media. Considering this and the fact that social networks' centralized and large scale structure very often lead to mass harrassment campaigns, it's clear that we need to think of ways we can communicate and share without relying on corporate social media.</p>
</div>
<hr align='left'>
<div id='about-student'>
<p>Damlanur is a graphic designer and illustrator from Turkey. She's interested in online culture and design as a practice of chronicling the world around her.</p>
</div>
<a id='getback' class='int'> go back </a>
</object>
</div>
</div>
</a>
</div>
</header>
<section id='main'>
<div id="galleries">
<div id='work'>
<h3 class='gal-title'>Work</h3>
<ul id='publist'>
<li><a href='https://yourdomain.org' target="_blank" class='ext'>Project Website</a></li>
</ul>
<img src="img/img1.jpg" class='workimg'/>
<img src="img/img2.jpg" class='workimg'/>
<img src="img/img3.jpg" class='workimg'/>
<img src="img/img4.jpg" class='workimg'/>
</div>
<div id='publication'>
<h3 class='gal-title'>Publication</h3>
<ul id='publist'>
<li><a href='pdf/thesis.pdf' target="_blank" class='ext'>Publication PDF</a></li>
</ul>
<img src="img/pub1.jpg" class='workimg'/>
<img src="img/pub2.jpg" class='workimg'/>
<img src="img/pub3.jpg" class='workimg'/>
<img src="img/pub4.jpg" class='workimg'/>
</div>
<div id='gradshow'>
<h3 class='gal-title'>Graduation Show</h3>
<img src="img/gradshow1.jpg" class='workimg'/>
<img src="img/gradshow2.jpg" class='workimg'/>
<img src="img/gradshow3.jpg" class='workimg'/>
<img src="img/gradshow4.jpg" class='workimg'/>
</div>
</div>
</section>
</div>
</body>
</html>
Loading…
Cancel
Save