Skip to content

Commit c2ee26a

Browse files
committed
add images, fix hash bug
1 parent 51faaeb commit c2ee26a

File tree

11 files changed

+30
-9
lines changed

11 files changed

+30
-9
lines changed

css/main.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ footer, header, hgroup, menu, nav, section {
4646
}
4747
body {
4848
line-height: 1;
49+
min-width:815px;
4950
}
5051
ol, ul {
5152
list-style: none;
@@ -326,6 +327,7 @@ a#logo-home-link{
326327

327328
#controller{
328329
width:100vw;
330+
min-width:820px;
329331
}
330332

331333
p{
@@ -401,7 +403,7 @@ i{
401403

402404
#projects{
403405
position:relative;
404-
display:block;
406+
display:none;
405407
width:834px;
406408
margin-top:60px;
407409
margin-left:auto;
@@ -503,6 +505,17 @@ transition: 0.1s ease-out;
503505
/* mix-blend-mode: screen; */
504506
}
505507

508+
.full-width-image{
509+
margin-top: 0px;
510+
margin-bottom: -3px;
511+
left: 50%;
512+
margin-left: -50vw;
513+
max-width: 100vw;
514+
position: relative;
515+
width: 100vw;
516+
min-width:820px;
517+
}
518+
506519
.large-image{
507520
margin-top: 0px;
508521
margin-bottom: 6px;

images/CEC-flyer.png

1.79 MB
Loading

images/MenExplain.png

980 KB
Loading

images/MenExplain2.png

1.5 MB
Loading

images/NTS-Flyers.png

308 KB
Loading

images/Trump.png

470 KB
Loading

images/U&I.png

187 KB
Loading

images/banana-peel.png

180 KB
Loading

images/gooeyDog.png

363 KB
Loading

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
55
<head>
66
<title>Samson Klitsner</title>
7-
<script src="https://use.typekit.net/zhm3ypy.js"></script>
87
<script>try{Typekit.load({ async: true });}catch(e){}</script>
98

109
<link rel="stylesheet" href="css/main.css" media="all" type="text/css">
@@ -13,7 +12,6 @@
1312

1413
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
1514
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
16-
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
1715
<script type="text/javascript" src="js/script.js" type="text/javascript"></script>
1816
<script type="text/javascript" src="js/app.js"></script>
1917
<!-- use isotope library for dynamic thumbnail sorting -->
@@ -33,7 +31,7 @@ <h1 id="SEO">Designer, Artist, Creative Technologist</h1>
3331
<img src = "images/whitelogo.png" id="logo">
3432
</div>
3533
<div id = "info">
36-
<h1 class = "info-title">{{ title | uppercase}}</h1>
34+
<h1 style="white-space: pre;" class = "info-title">{{ title | uppercase}}</h1>
3735
<h3 class = "info-content">{{ content }}</h3>
3836
</div>
3937
</div>

0 commit comments

Comments
 (0)