Skip to content

Commit

Permalink
Merge pull request #1 from SDTho/master
Browse files Browse the repository at this point in the history
do
  • Loading branch information
SDTho committed Sep 12, 2019
2 parents 4ab2fe8 + 73f75b6 commit 59b2e4a
Show file tree
Hide file tree
Showing 58 changed files with 22,129 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# alitdd
2005ish
# sdtho
Binary file added alitdd.ico
Binary file not shown.
81 changes: 81 additions & 0 deletions art.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">

<title>A Light In The Dark Designs</title>


<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A light in the dark designs...">
<meta name="keywords" content="A light in the dark designs, design, photography, artwork, graphic art, web design, graphic design">
<meta name="robots" content="index,follow">
<meta name="copyright" content="Copyright © 2018 Samuel D. Thomson. All Rights Reserved">
<meta name="language" content="English">
<meta name="revisit-after" content="30">

<!-- Favicon -->
<link rel="Shortcut Icon" href="/alitdd.ico" />

<!-- Sum Style -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link type="text/css" rel="stylesheet" href="css/styles.css"/>

</head>

<body>

<div class="container-fluid">


<img src="images/alitdg.jpg" class="img-fluid" alt="A LIGHT IN THE DARK DESIGNS" width="777" height="250" id="title">


<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link active" href="home.html"><img src="images/home2.jpg" class="img-fluid" alt="home" onmouseover="this.src='images/home1.jpg';" onmouseout="this.src='images/home2.jpg';" ></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="art.html"><img src="images/art2.jpg" class="img-fluid" alt="art" onmouseover="this.src='images/art1.jpg';" onmouseout="this.src='images/art2.jpg';" ></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="links.html"><img src="images/links2.jpg" class="img-fluid" alt="links" onmouseover="this.src='images/links1.jpg';" onmouseout="this.src='images/links2.jpg';" ></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="contact.html"><img src="images/contact2.jpg" class="img-fluid" alt="contact" onmouseover="this.src='images/contact1.jpg';" onmouseout="this.src='images/contact2.jpg';" ></a>
</li>
</ul>

<h1>A light in the dark designs</h1>

<div class="container">
<div class="row justify-content-center">
<div class="col col-lg-2">
<p class="style13"><u>Art...</u></p>
<p class="style1"><span class="style20">September 14th, 2018</span></p>
<p class="style1 style16">Under <a href="https://contrastruction.com">construction</a><br>
Artwork with the focus of a light in the dark and in the future...<br>Photography, oil pastels and digital art.</p></div>
<div class="col-md-auto">
<img src="images/artsmell.jpg" class="img-fluid rounded" alt="A Light"></div>

</div>

</div>

</div>


<footer>
<p class="style15"> | <a href="index2.html">HOME</a> | <a href="art.html">ART</a> | <a href="links.html">LINKS</a> | <a href="contact.html">CONTACT</a> | </p>
<p class="style15"><span class="style17">&copy; 2005-2018: A Light in The Dark Designs | <a href="https://www.sdtho.com">sdtho.com</a></span></p>
</footer>




<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
</body>
</HTML>
84 changes: 84 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">

<title>A Light In The Dark Designs</title>


<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A light in the dark designs...">
<meta name="keywords" content="A light in the dark designs, design, photography, artwork, graphic art, web design, graphic design">
<meta name="robots" content="index,follow">
<meta name="copyright" content="Copyright © 2018 Samuel D. Thomson. All Rights Reserved">
<meta name="language" content="English">
<meta name="revisit-after" content="30">

<!-- Favicon -->
<link rel="Shortcut Icon" href="/alitdd.ico" />

<!-- Sum Style -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link type="text/css" rel="stylesheet" href="css/styles.css"/>

</head>

<body>

<div class="container-fluid">


<img src="images/alitdg.jpg" class="img-fluid" alt="A LIGHT IN THE DARK DESIGNS" width="777" height="250" id="title">


<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link active" href="home.html"><img src="images/home2.jpg" class="img-fluid" alt="home" onmouseover="this.src='images/home1.jpg';" onmouseout="this.src='images/home2.jpg';" ></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="art.html"><img src="images/art2.jpg" class="img-fluid" alt="art" onmouseover="this.src='images/art1.jpg';" onmouseout="this.src='images/art2.jpg';" ></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="links.html"><img src="images/links2.jpg" class="img-fluid" alt="links" onmouseover="this.src='images/links1.jpg';" onmouseout="this.src='images/links2.jpg';" ></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="contact.html"><img src="images/contact2.jpg" class="img-fluid" alt="contact" onmouseover="this.src='images/contact1.jpg';" onmouseout="this.src='images/contact2.jpg';" ></a>
</li>
</ul>

<h1>A light in the dark designs</h1>

<div class="container">
<div class="row justify-content-center">
<div class="col col-lg-2">
<p class="style13"><u>Contact...</u></p>
<p class="style1"><span class="style20">September 14th, 2018</span></p>
<p class="style1 style16">Under <a href="https://contrastruction.com">construction</a><br>
If you have any comments or questions about this website or for the webmaster, please direct them to the e-mail <a href="mailto:samuel@sdtho.com">samuel@sdtho.com"</a></div>
<div class="col-md-auto">
<img src="images/contactsmell.jpg" class="img-fluid rounded" alt="A Light"></div>

</div>



</div>


</div>


<footer>
<p class="style15"> | <a href="index2.html">HOME</a> | <a href="art.html">ART</a> | <a href="links.html">LINKS</a> | <a href="contact.html">CONTACT</a> | </p>
<p class="style15"><span class="style17">&copy; 2005-2018: A Light in The Dark Designs | <a href="https://www.sdtho.com">sdtho.com</a></span></p>
</footer>




<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
</body>
</HTML>

0 comments on commit 59b2e4a

Please sign in to comment.