From 197268c7abf615c805961b6ebefe1d2df74196dc Mon Sep 17 00:00:00 2001
From:
Date: Thu, 1 Jan 1970 00:00:00 +0000
Subject: portfolio
---
portfolio/css/main.css | 89 +++++++++++++++++++++++++++++++++++++++++++
portfolio/index.html | 61 +++++++++++++++++++++++++++++
portfolio/intro/index.html | 44 +++++++++++++++++++++
portfolio/template/index.html | 53 ++++++++++++++++++++++++++
4 files changed, 247 insertions(+)
create mode 100644 portfolio/css/main.css
create mode 100644 portfolio/index.html
create mode 100644 portfolio/intro/index.html
create mode 100644 portfolio/template/index.html
(limited to 'portfolio')
diff --git a/portfolio/css/main.css b/portfolio/css/main.css
new file mode 100644
index 0000000..9ce1f3e
--- /dev/null
+++ b/portfolio/css/main.css
@@ -0,0 +1,89 @@
+html{
+ background-color: #000000;
+ background-image: url("../i/bg.png");
+ background-repeat: no-repeat;
+ background-size: 100%;
+ color: #EEBB99;
+}
+
+body{
+ margin: auto;
+ width: 70%;
+}
+
+h1{
+ margin: .5em;
+}
+
+p{
+ font-size: .85em;
+}
+
+a{
+ color: #AABBAA;
+ text-decoration: none;
+}
+
+hr{
+ color: #AA9988;
+}
+
+img{
+ width: 50%;
+ padding-left: 22%;
+
+}
+
+header{
+ width: 75%;
+ text-align: center;
+ font-size: .9em;
+}
+header i{
+ font-size: .6em;
+ font-weight: normal;
+}
+
+nav{
+ color: #998877;
+}
+nav a{
+ font-size: 1.03em;
+ padding-left: 1%;
+ padding-right: 1%;
+}
+nav i{
+ font-size: .85em;
+ color: #EECC99;
+ padding-right: 1%;
+ float: right;
+}
+
+main{
+ padding-top: 3%;
+}
+
+.col{
+ position: fixed;
+ width: 30%;
+ height: 100%;
+ overflow-x: hidden;
+ z-index: 1;
+}
+#left{
+ left: 0;
+ padding-left: 18%;
+}
+#right{
+ right: 0;
+ padding-right: 18%;
+}
+
+footer{
+ position: fixed;
+ bottom: 0;
+ width: 70%;
+ font-size: .8em;
+ color: #EECC99;
+ text-align: center;
+}
diff --git a/portfolio/index.html b/portfolio/index.html
new file mode 100644
index 0000000..d882d22
--- /dev/null
+++ b/portfolio/index.html
@@ -0,0 +1,61 @@
+
+
+
+Name's Portfolio: Home
+
+
+ Name's Portfolio
+ All the info is here!
+
+
+
+
+ Home |
+ Intro |
+ Wireframe |
+ Template |
+ Source
+ Portfolio / Home
+
+
+
+
+
+
+
Hey! My name is Name, I just graduated from high school
+ last spring and am now majoring in Computer Programming at
+ Southeast Tech. I live in Sioux Falls and have 4 siblings.
+ The lists on the right show a few of my interests, as well
+ as some of my technical skills.
+
+
+
I Enjoy
+
+ Traveling
+ Programming
+ Coffee & Tea
+ Bicycling
+ Electric Scootering
+ Learning
+ Hiking
+
+
Tech Skills
+
+ C#
+ HTML / CSS
+ SQL
+ Visual Studio
+ Oracle
+ Cloud Computing
+ Linux
+ Git
+ WordPress
+
+
+
+
+
+
+
diff --git a/portfolio/intro/index.html b/portfolio/intro/index.html
new file mode 100644
index 0000000..ceeaa37
--- /dev/null
+++ b/portfolio/intro/index.html
@@ -0,0 +1,44 @@
+
+Portfolio: Name's Intro
+
+
+
+
+
+
Name Surname
+
Favorite culture other than my own:
+
Himalayan
+
+
+
Historical figures I admire and wish to be like:
+
Nikola Tesla
+
+
Ada Lovelace
+
+
Johann Bach
+
+
+
Bouquet of meaningful flowers:
+
Chrysanthemum (Truth)
+
+
Iberis (Indifference)
+
+
Edelweiss (Devotion)
+
+
+
A meal that represents me is:
+
Oatmeal cookies and milk
+
+
+
I feel most creative when I:
+
Am somewhere peaceful and still
+
+
+
If I could only speak about 1 topic from now on it would be:
+
Inventions
+
+
+
+
+
diff --git a/portfolio/template/index.html b/portfolio/template/index.html
new file mode 100644
index 0000000..d0bb59b
--- /dev/null
+++ b/portfolio/template/index.html
@@ -0,0 +1,53 @@
+
+
+
+Name's Portfolio: Template
+
+
+ Name's Portfolio
+ All the info is here!
+
+
+
+
+ Home |
+ Intro |
+ Wireframe |
+ Template |
+ Source
+ Portfolio / Template
+
+
+
+
+
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
+ sed do eiusmod tempor incididunt ut labore et dolore magna
+ aliqua. Ut enim ad minim veniam, quis nostrud exercitation
+ ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis
+ aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
+ cupidatat non proident, sunt in culpa qui officia deserunt
+ mollit anim id est laborum.
+
+
+
Example List
+
+ example one
+ example two
+ example three
+ example four
+ example five
+ example six
+ example seven
+ example eight
+
+
+
+
+
+
+
--
cgit 1.4.1