<!DOCTYPE html>
<html>
<head>
	<title>DGST Archive: A Sample Project</title>
	<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">

	<link href="style.css" rel="stylesheet" type="text/css" />

</head>
<body>
<div class="headroom">

</div>
<div class="container">

	<header class="page-header">
		<h1>Media Manipulation <!-- Replace this with the title of your project. --></h1>
		<p class="lead">Exploring the impact of social media on today's society. <!-- replace this with a one-sentence-fragment explanation of your project. --></p>
	</header>
	

	<div class="row">
		<div class="column col-lg-6">
			<table class="table">
				<tr>
					<th scope="row">Created By</th>
					<td><!-- Grace Winfield (2020) -->
						Grace Winfield (2020)
						<!-- Also list any collaborators -->
					</td>
				</tr>
				<tr>
					<th scope="row">Created For</th>
					<td>
						<!-- 
							DGST 395: Applied Digital Studies, Fall 2018
						-->
						DGST 395: Applied Digital Studies, Fall 2018 </td>
				</tr>
				<tr>
					<th scope="row">Format</th>
					<td>
						<!-- 
							Podcast (2)
						-->
						Podcast (2)
					</td>
				</tr>
				<tr>
					<th scope="row">URL</th>
					<td>
						<!-- 
							Is there a main URL for this project? A domain, for example? 
						-->
						<a href="http://www.zachwhalen.net">http://www.zachwhalen.net/</a></td>
				</tr>
				<tr>
					<th scope="row">Keywords</th>
					<td> </td>
				</tr>
				<tr>
					<th scope="row">License</th>
					<td><a href="https://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</td>
				</tr>	
				
			</table>
			<h2>Social media platforms have negative effects on human-connection, self-esteem, and overall well-being. In my podcasts, I explore social media addiction, the relationship between social media and depression/isolation, how to combat the negative effects of social media, and provide an insider's perspective from three classmates on their relationships with social media.</h2>
			<!-- 
				Social media platforms have negative effects on human-connection, self-esteem, and overall well-being. In my podcasts, I explore social media addiction, the relationship between social media and depression/isolation, how to combat the negative effects of social media, and provide an insider's perspective from three classmates on their relationships with social media.
			-->
			<p>This project is a...</p>

			<h2>Files</h2>
			<!-- 
				A list of all files by name included in this archive. 
				Write it is a ink to the full name of the file:
				<li><a href="screenshot.jpg">screenshot.jpg</a></li>
			-->
			<ul>
				<li> </li>
				<li> </li>
			</ul>

			<a href="example.zip" aria-disabled="true" role="button" class="btn btn-secondary btn-large download">
				Download This Project
			</a>
			
		</div>

		<div class="column col-lg-6 sample">
			<!-- Embed an image, Youtube video, soundcloud audio, etc. -->


			<!-- example code for embedding a youtube video -->
			<!--
				<div class="yt-container">
				<iframe src="https://www.youtube.com/embed/y3k6hwRa0AI" frameborder="0" class="yt-video" allowfullscreen></iframe></div>
			-->

			<!-- example code for embedding soundcloud audio -->
			<!--
				<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https://soundcloud.com/grace-winfield-264001378/media-an-insiders-perspective-on-social-media"></iframee
			-->
			<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/544077558&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>

			<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/544077567&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>

			<!-- example code for embedding vimeo video -->

			<!--
				<iframe src="https://player.vimeo.com/video/195751413" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
				<p><a href="https://vimeo.com/195751413">Eagle Nation - (UMW College Pride)</a> from <a href="https://vimeo.com/mercerman">David Mercer</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
				
			-->

			<!-- image example -->
			<!-- 
				If your project was a website, take a screenshot that captures the full height of the page using a service like snapito.com 
			-->
			<img src="page_5_social_media.jpg" alt="Social media sites" />




		</div>
	</div>

</div>

<footer class="footer">
	<div class="container">
<span class="text-muted">This webpage is an archival version of a project created by the individual(s) listed above. It is shared here on <a href="http://archive.dgst101.net">archive.dgst101.net</a> as a demonstration of the kind of work students do in <a href="http://www.dgst101.net">Digital Studies</a> classes at the <a href="http://www.umw.edu">University of Mary Washington</a>. All content here should be considered copyright (&copy;) All Rights Reserved to their original creators unless specified otherwise.</span>
</div>
</footer>


</body>
</html>