Skip to content

Commit

Permalink
archiving the first website that I created
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlende committed Sep 3, 2017
0 parents commit 7afa8d2
Show file tree
Hide file tree
Showing 41 changed files with 20,217 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
_site
.sass-cache
.jekyll-metadata
37 changes: 37 additions & 0 deletions MHacks.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en-US"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>PinTweet</title>
<!-- InstanceEndEditable -->
<link rel="stylesheet" type="text/css" href="css/style_2.css" />
<!-- InstanceBeginEditable name="head" -->
<!--This script simply refreshed the page every second so that changes can be seen live immediately-->
<!--<script src="scripts/refresh.js" type="text/javascript"></script>-->
<script src="scripts/jquery-2.0.2.js"></script>
<script src="https://github.com/niklasvh/html2canvas/releases/download/0.4.1/html2canvas.js"></script>
<script src="scripts/html2image.js"></script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<!-- InstanceEndEditable -->
</head>
<body background="images/background_tile_alt1.jpg" style="background-attachment:fixed">
<div class="shadow">
<div class="top">
<h1>Alex Lende</h1>
</div>
<div class="menu">
<ul>
<li><a href="index.html" tabindex="1">Home</a></li>
<li><a href="about.html" tabindex="2">About</a></li>
<li><a href="projects.html" tabindex="3">Projects</a></li>
<li><a href="contact.html" tabindex="4">Contact</a></li>
</ul>
</div>
<div class="block">
<!-- InstanceBeginEditable name="body" -->
<blockquote class="twitter-tweet" lang="en"><p>MHacks is in tents. <a href="https://twitter.com/search?q=%23intense&amp;src=hash">#intense</a> <a href="http://t.co/DkizVBOIUl">pic.twitter.com/DkizVBOIUl</a></p>&mdash; MHacks (@mhacks) <a href="https://twitter.com/mhacks/statuses/424464025053691904">January 18, 2014</a></blockquote>
<!-- InstanceEndEditable -->
</div>
</div>
</body>
<!-- InstanceEnd --></html>
1 change: 1 addition & 0 deletions Templates/_notes/_notes/dwsync.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="index.dwt.mno" server="ftp.lendesigns.com" local="3464911183" remote="318763443857811972" Dst="-1" /></dwsync>
Expand Down
1 change: 1 addition & 0 deletions Templates/_notes/dwsync.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="index.dwt" server="ftp.lendesigns.com" local="3464913786" remote="318763443857866992" Dst="-1" /></dwsync>
Expand Down
1 change: 1 addition & 0 deletions Templates/_notes/index.dwt.mno
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" ?><info> <infoitem key="mm_new_doc_desc" value="main page" /></info>
Expand Down
34 changes: 34 additions & 0 deletions Templates/index.dwt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- TemplateBeginEditable name="doctitle" -->
<title>Alex Lende</title>
<!-- TemplateEndEditable -->
<link rel="stylesheet" type="text/css" href="../css/style_2.css" />
<!-- TemplateBeginEditable name="head" -->
<!--This script simply refreshed the page every second so that changes can be seen live immediately-->
<!--<script src="scripts/refresh.js" type="text/javascript"></script>-->
<!-- TemplateEndEditable -->
</head>
<body background="../images/background_tile_alt1.jpg" style="background-attachment:fixed">
<div class="shadow">
<div class="top">
<h1>Alex Lende</h1>
</div>
<div class="menu">
<ul>
<li><a href="../index.html" tabindex="1">Home</a></li>
<li><a href="../about.html" tabindex="2">About</a></li>
<li><a href="../projects.html" tabindex="3">Projects</a></li>
<li><a href="../contact.html" tabindex="4">Contact</a></li>
</ul>
</div>
<div class="block">
<!-- TemplateBeginEditable name="body" -->
<img id="my-picture" src="../images/me.jpg" />
<p>Lorem ipsum dolor sit amet.</p>
<!-- TemplateEndEditable -->
</div>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions _notes/dwsync.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="drilldown.html" server="ftp.lendesigns.com" local="3465132210" remote="318763443858032472" Dst="-1" /><file name="index.html" server="ftp.lendesigns.com" local="3464966321" remote="318763443857866932" Dst="-1" /><file name="about.html" server="ftp.lendesigns.com" local="3464967394" remote="318763443857868132" Dst="-1" /><file name="contact.html" server="ftp.lendesigns.com" local="3465135430" remote="318763443857869452" Dst="-1" /><file name="projects.html" server="ftp.lendesigns.com" local="3465132437" remote="318763443858032532" Dst="-1" /><file name=".DS_Store" server="ftp.lendesigns.com" local="3465135340" remote="318763443858035592" Dst="-1" /></dwsync>
Expand Down
34 changes: 34 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en-US"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>About Me</title>
<!-- InstanceEndEditable -->
<link rel="stylesheet" type="text/css" href="css/style_2.css" />
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
</head>
<body background="images/background_tile_alt1.jpg" style="background-attachment:fixed">
<div class="shadow">
<div class="top">
<h1>Alex Lende</h1>
</div>
<div class="menu">
<ul>
<li><a href="index.html" tabindex="1">Home</a></li>
<li><a href="about.html" tabindex="2">About</a></li>
<li><a href="projects.html" tabindex="3">Projects</a></li>
<li><a href="contact.html" tabindex="4">Contact</a></li>
</ul>
</div>
<div class="block">
<!-- InstanceBeginEditable name="body" -->
<img id="my-picture" src="images/me.jpg" />
<p>My name is Alex Lende. I am a sophomore in Software Engineering at Iowa State University.</p>
<p>Last summer I had an internship at <a href="http://www.agcocorp.com/">AGCO</a> in Jackson, Minnesota. I worked on an employee suggestion system written in ColdFusion.
<p>So far at Iowa State University, I have taken two programming classes: CprE 185 (C programming) and Com S 227 (Java programming). Right now I'm learning about how awesome data structures are in Com S 228! In my free time I have been learning HTML, CSS, JQuery, and Javascript.</p>
<!-- InstanceEndEditable -->
</div>
</div>
</body>
<!-- InstanceEnd --></html>
36 changes: 36 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en-US"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>Contact</title>
<!-- InstanceEndEditable -->
<link rel="stylesheet" type="text/css" href="css/style_2.css" />
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
</head>
<body background="images/background_tile_alt1.jpg" style="background-attachment:fixed">
<div class="shadow">
<div class="top">
<h1>Alex Lende</h1>
</div>
<div class="menu">
<ul>
<li><a href="index.html" tabindex="1">Home</a></li>
<li><a href="about.html" tabindex="2">About</a></li>
<li><a href="projects.html" tabindex="3">Projects</a></li>
<li><a href="contact.html" tabindex="4">Contact</a></li>
</ul>
</div>
<div class="block">
<!-- InstanceBeginEditable name="body" -->
<img id="my-picture" src="images/me.jpg" />
<p>email: <a href="mailto:ajlende@ajlende.com">ajlende@ajlende.com</a></p>
<p>telephone: +1 712 339 0142</p>
<p>linkedin: <a href="https://www.linkedin.com/in/ajlende">www.linkedin.com/in/ajlende</a></p>
<p>github: <a href="https://github.com/ajlende">github.com/ajlende</a></p>
<p>Here's my <a href="files/Alex_Lende_Resume.pdf">r&#233sum&#233</a> also!
<!-- InstanceEndEditable -->
</div>
</div>
</body>
<!-- InstanceEnd --></html>
1 change: 1 addition & 0 deletions css/_notes/dwsync.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="style_2.css" server="pyrite.cs.iastate.edu//home/ugrad1/ajlende/WWW/TestSite/" local="3453161467" remote="318763443847524965" Dst="-1" /><file name="style.css" server="pyrite.cs.iastate.edu//home/ugrad1/ajlende/WWW/TestSite/" local="3443292622" remote="318763443839400573" Dst="-1" /><file name="drilldown.css" server="pyrite.cs.iastate.edu//home/ugrad1/ajlende/WWW/TestSite/" local="3454633117" remote="318763443847529631" Dst="-1" /><file name="drilldown.css" server="ftp.lendesigns.com" local="3465132221" remote="318763443858032472" Dst="-1" /><file name="style_2.css" server="ftp.lendesigns.com" local="3464970638" remote="318763443857870832" Dst="-1" /><file name="style.css" server="ftp.lendesigns.com" local="3443292622" remote="318763443857810352" Dst="-1" /></dwsync>
Expand Down
172 changes: 172 additions & 0 deletions css/drilldown.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,172 @@
body {
background-color:#303030;
color:#FFFFFF;
min-width:980px;
min-height:550px;
}
#detail0 {
top:
}
.container {
padding-right:4px;
z-index:100;
background-color: #C41230;
color: #FFFFFF;
font-family: Helvetica;
font-size: 16px;
border: 3px solid #000000;
border-radius: 10px;
max-width:900px;
height:150px;
display: inline-block;
position:relative;
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.9);
/* CSS3 linear gradient */
background-image:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
/* Webkit Browsers linear gradient */
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
/* Mozilla linear gradient */
background-image:-moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
/* IE linear Gradient */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#4C000000);
}
.sub-container {
padding-right:4px;
z-index:100;
background-color: #C41230;
color: #FFFFFF;
font-family: Helvetica;
font-size: 16px;
border-left: 3px solid #000000;
border-right: 3px solid #000000;
border-bottom: 3px solid #000000;
border-radius: 0px 0px 10px 10px;
position:relative;
top:14px;
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.9);
}
.main-item {
text-align: center;
height:130px;
max-width:120px;
padding: 10px;
margin: auto 0;
border-left: 2px solid #000000;
vertical-align: middle;
display: inline-block;
position: relative;
}
.main-item:first-child {
font-weight: bold;
border-left: none;
}
.sub-item {
text-align: center;
height:130px;
width:85%;
padding: 10px;
border-top: 2px solid #000000;
display: inline-block;
position: relative;
/* CSS3 linear gradient */
background-image:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
/* Webkit Browsers linear gradient */
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
/* Mozilla linear gradient */
background-image:-moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
/* IE linear Gradient */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#4C000000);
}
.sub-item:first-child {
border-top:none;
}
.buttons {
position:relative;
display:inline-block;
z-index:99;
margin-bottom:500px;
}
.add-right-button {
background-color: #C41230;
color: #FFFFFF;
font-family: Helvetica;
font-size: 16px;
text-align: right;
border: 3px solid #000000;
border-radius: 15px;
width: 30px;
position: relative;
top:65px;
left: -24px;
padding: 20px 5px 20px 0;
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.9);
}
.add-bottom-button {
display:inline-block;
background-color: #C41230;
color: #FFFFFF;
font-family: Helvetica;
font-size: 16px;
text-align: center;
border: 3px solid #000000;
border-radius: 15px;
position: relative;
left: -108px;
top: 88px;
padding: 20px 25px 0px;
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.9);
}
.item-title {
margin-bottom:10px;
}
.container textarea {
width:90%;
height:80px;
padding:8px;
resize: none;
position: relative;
background-color: #C41230;
color: #FFFFFF;
font-family: Helvetica;
font-size: 12px;
border: none;
border-radius: 5px;
box-shadow: inset 0px 0px 80px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 1);
}
.sub-container textarea {
width:inherit;
height:80px;
padding:8px;
resize: none;
position: relative;
background-color: #C41230;
color: #FFFFFF;
font-family: Helvetica;
font-size: 12px;
border: none;
border-radius: 5px;
box-shadow: inset 0px 0px 80px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 1);
}
textarea, input {
outline:none;
}
#first-textarea {
height: 80px;
position: relative;
z-index: 4;
}
#info {
color:#FFFFFF;
padding:20px;
border-radius:30px;
box-shadow: inset 0px 0px 30px #000000, 1px 1px 2px #999999;
margin:auto auto 30px auto;
background-color:#222;
text-shadow:2px 2px 0px #030303;
max-width:618px;
}
#scroll {
margin 0 auto;
text-align:center;
margin-bottom:60px;
}
24 changes: 24 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
p {
color: gray;
font-family: "Times New Roman", Times, serif;
font-size: 15px;
}
h1 {
font_size: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
}
#header {
text-align: center;
width: 500px;
}
#container {
width: 500px;
height: 700px;
padding:10px;
}
#hugs {
float: lefts;
}
.img {
padding:10px;
}
Loading

0 comments on commit 7afa8d2

Please sign in to comment.