From 3b0d8ac4bb30e8d9bcc2de7c37752a825164e7a1 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sat, 25 Feb 2017 14:30:36 -0600 Subject: [PATCH] Added more info on final image. --- assets/MrUltra.png | Bin assets/MrUltraBrand.png | Bin assets/bg_tile.png | Bin assets/cybercircle1.png | Bin assets/cybercircle2.png | Bin assets/cybercircle_special.png | Bin css/animations/animations.css | 0 css/animations/entry_animations.css | 0 css/bootstrap-theme.css | 0 css/bootstrap-theme.css.map | 0 css/bootstrap-theme.min.css | 0 css/bootstrap-theme.min.css.map | 0 css/bootstrap.css | 0 css/bootstrap.css.map | 0 css/bootstrap.min.css | 0 css/bootstrap.min.css.map | 0 css/font-awesome.css | 0 css/font-awesome.min.css | 0 demands.html | 2 +- fonts/FontAwesome.otf | Bin fonts/fontawesome-webfont.eot | Bin fonts/fontawesome-webfont.svg | 0 fonts/fontawesome-webfont.ttf | Bin fonts/fontawesome-webfont.woff | Bin fonts/fontawesome-webfont.woff2 | Bin fonts/glyphicons-halflings-regular.eot | Bin fonts/glyphicons-halflings-regular.svg | 0 fonts/glyphicons-halflings-regular.ttf | Bin fonts/glyphicons-halflings-regular.woff | Bin fonts/glyphicons-halflings-regular.woff2 | Bin index.html | 2 +- isca.html | 2 +- js/bootstrap.js | 0 js/bootstrap.min.js | 0 js/npm.js | 0 less/animated.less | 0 less/bordered-pulled.less | 0 less/core.less | 0 less/fixed-width.less | 0 less/font-awesome.less | 0 less/icons.less | 0 less/larger.less | 0 less/list.less | 0 less/mixins.less | 0 less/path.less | 0 less/rotated-flipped.less | 0 less/screen-reader.less | 0 less/stacked.less | 0 less/variables.less | 0 photography.html | 177 ----------------------- polyjet.html | 2 +- qanda.html | 2 +- scss/_animated.scss | 0 scss/_bordered-pulled.scss | 0 scss/_core.scss | 0 scss/_fixed-width.scss | 0 scss/_icons.scss | 0 scss/_larger.scss | 0 scss/_list.scss | 0 scss/_mixins.scss | 0 scss/_path.scss | 0 scss/_rotated-flipped.scss | 0 scss/_screen-reader.scss | 0 scss/_stacked.scss | 0 scss/_variables.scss | 0 scss/font-awesome.scss | 0 ultrasystems.html | 0 underconstruction.html | 2 +- 68 files changed, 6 insertions(+), 183 deletions(-) mode change 100644 => 100755 assets/MrUltra.png mode change 100644 => 100755 assets/MrUltraBrand.png mode change 100644 => 100755 assets/bg_tile.png mode change 100644 => 100755 assets/cybercircle1.png mode change 100644 => 100755 assets/cybercircle2.png mode change 100644 => 100755 assets/cybercircle_special.png mode change 100644 => 100755 css/animations/animations.css mode change 100644 => 100755 css/animations/entry_animations.css mode change 100644 => 100755 css/bootstrap-theme.css mode change 100644 => 100755 css/bootstrap-theme.css.map mode change 100644 => 100755 css/bootstrap-theme.min.css mode change 100644 => 100755 css/bootstrap-theme.min.css.map mode change 100644 => 100755 css/bootstrap.css mode change 100644 => 100755 css/bootstrap.css.map mode change 100644 => 100755 css/bootstrap.min.css mode change 100644 => 100755 css/bootstrap.min.css.map mode change 100644 => 100755 css/font-awesome.css mode change 100644 => 100755 css/font-awesome.min.css mode change 100644 => 100755 fonts/FontAwesome.otf mode change 100644 => 100755 fonts/fontawesome-webfont.eot mode change 100644 => 100755 fonts/fontawesome-webfont.svg mode change 100644 => 100755 fonts/fontawesome-webfont.ttf mode change 100644 => 100755 fonts/fontawesome-webfont.woff mode change 100644 => 100755 fonts/fontawesome-webfont.woff2 mode change 100644 => 100755 fonts/glyphicons-halflings-regular.eot mode change 100644 => 100755 fonts/glyphicons-halflings-regular.svg mode change 100644 => 100755 fonts/glyphicons-halflings-regular.ttf mode change 100644 => 100755 fonts/glyphicons-halflings-regular.woff mode change 100644 => 100755 fonts/glyphicons-halflings-regular.woff2 mode change 100644 => 100755 js/bootstrap.js mode change 100644 => 100755 js/bootstrap.min.js mode change 100644 => 100755 js/npm.js mode change 100644 => 100755 less/animated.less mode change 100644 => 100755 less/bordered-pulled.less mode change 100644 => 100755 less/core.less mode change 100644 => 100755 less/fixed-width.less mode change 100644 => 100755 less/font-awesome.less mode change 100644 => 100755 less/icons.less mode change 100644 => 100755 less/larger.less mode change 100644 => 100755 less/list.less mode change 100644 => 100755 less/mixins.less mode change 100644 => 100755 less/path.less mode change 100644 => 100755 less/rotated-flipped.less mode change 100644 => 100755 less/screen-reader.less mode change 100644 => 100755 less/stacked.less mode change 100644 => 100755 less/variables.less delete mode 100755 photography.html mode change 100644 => 100755 scss/_animated.scss mode change 100644 => 100755 scss/_bordered-pulled.scss mode change 100644 => 100755 scss/_core.scss mode change 100644 => 100755 scss/_fixed-width.scss mode change 100644 => 100755 scss/_icons.scss mode change 100644 => 100755 scss/_larger.scss mode change 100644 => 100755 scss/_list.scss mode change 100644 => 100755 scss/_mixins.scss mode change 100644 => 100755 scss/_path.scss mode change 100644 => 100755 scss/_rotated-flipped.scss mode change 100644 => 100755 scss/_screen-reader.scss mode change 100644 => 100755 scss/_stacked.scss mode change 100644 => 100755 scss/_variables.scss mode change 100644 => 100755 scss/font-awesome.scss mode change 100644 => 100755 ultrasystems.html diff --git a/assets/MrUltra.png b/assets/MrUltra.png old mode 100644 new mode 100755 diff --git a/assets/MrUltraBrand.png b/assets/MrUltraBrand.png old mode 100644 new mode 100755 diff --git a/assets/bg_tile.png b/assets/bg_tile.png old mode 100644 new mode 100755 diff --git a/assets/cybercircle1.png b/assets/cybercircle1.png old mode 100644 new mode 100755 diff --git a/assets/cybercircle2.png b/assets/cybercircle2.png old mode 100644 new mode 100755 diff --git a/assets/cybercircle_special.png b/assets/cybercircle_special.png old mode 100644 new mode 100755 diff --git a/css/animations/animations.css b/css/animations/animations.css old mode 100644 new mode 100755 diff --git a/css/animations/entry_animations.css b/css/animations/entry_animations.css old mode 100644 new mode 100755 diff --git a/css/bootstrap-theme.css b/css/bootstrap-theme.css old mode 100644 new mode 100755 diff --git a/css/bootstrap-theme.css.map b/css/bootstrap-theme.css.map old mode 100644 new mode 100755 diff --git a/css/bootstrap-theme.min.css b/css/bootstrap-theme.min.css old mode 100644 new mode 100755 diff --git a/css/bootstrap-theme.min.css.map b/css/bootstrap-theme.min.css.map old mode 100644 new mode 100755 diff --git a/css/bootstrap.css b/css/bootstrap.css old mode 100644 new mode 100755 diff --git a/css/bootstrap.css.map b/css/bootstrap.css.map old mode 100644 new mode 100755 diff --git a/css/bootstrap.min.css b/css/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/css/bootstrap.min.css.map b/css/bootstrap.min.css.map old mode 100644 new mode 100755 diff --git a/css/font-awesome.css b/css/font-awesome.css old mode 100644 new mode 100755 diff --git a/css/font-awesome.min.css b/css/font-awesome.min.css old mode 100644 new mode 100755 diff --git a/demands.html b/demands.html index adde2fa..06873b9 100755 --- a/demands.html +++ b/demands.html @@ -25,7 +25,7 @@ diff --git a/isca.html b/isca.html index 81b78dd..c223f34 100755 --- a/isca.html +++ b/isca.html @@ -26,7 +26,7 @@
  • Home
  • I.S.C.A
  • PolyJet
  • -
  • Photography
  • +
  • Photography
  • Ultra-Systems
  • Q & A
  • diff --git a/js/bootstrap.js b/js/bootstrap.js old mode 100644 new mode 100755 diff --git a/js/bootstrap.min.js b/js/bootstrap.min.js old mode 100644 new mode 100755 diff --git a/js/npm.js b/js/npm.js old mode 100644 new mode 100755 diff --git a/less/animated.less b/less/animated.less old mode 100644 new mode 100755 diff --git a/less/bordered-pulled.less b/less/bordered-pulled.less old mode 100644 new mode 100755 diff --git a/less/core.less b/less/core.less old mode 100644 new mode 100755 diff --git a/less/fixed-width.less b/less/fixed-width.less old mode 100644 new mode 100755 diff --git a/less/font-awesome.less b/less/font-awesome.less old mode 100644 new mode 100755 diff --git a/less/icons.less b/less/icons.less old mode 100644 new mode 100755 diff --git a/less/larger.less b/less/larger.less old mode 100644 new mode 100755 diff --git a/less/list.less b/less/list.less old mode 100644 new mode 100755 diff --git a/less/mixins.less b/less/mixins.less old mode 100644 new mode 100755 diff --git a/less/path.less b/less/path.less old mode 100644 new mode 100755 diff --git a/less/rotated-flipped.less b/less/rotated-flipped.less old mode 100644 new mode 100755 diff --git a/less/screen-reader.less b/less/screen-reader.less old mode 100644 new mode 100755 diff --git a/less/stacked.less b/less/stacked.less old mode 100644 new mode 100755 diff --git a/less/variables.less b/less/variables.less old mode 100644 new mode 100755 diff --git a/photography.html b/photography.html deleted file mode 100755 index 4c18e61..0000000 --- a/photography.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - - - HighDef - Photography - - - - -
    -
    - -
    - -
    - -
    - - - -
    - -
    -
    -

    Photography

    -

    A portfolio and gallery of pictures. May include school work as well.

    -
    -
    - - -
    -
    -

    Portfolio

    -
    -
    -
    -
    - tree leaves -
    -

    Fall Leaves

    -

    Submission for fall leaves.

    -

    View image

    -
    -
    -
    -
    -
    - tree leaves -
    -

    Lighting

    -

    This was an attempt at having articulation on lighting.

    -

    View image

    -
    -
    -
    -
    -
    - tree leaves -
    -

    Rainy Green

    -

    An image taken after a bit of rain. Could be improved with a better exposure.

    -

    View image

    -
    -
    -
    -
    -
    -
    -
    - Stereo? -
    -

    A practice shot

    -

    Not much to this shot other than specific angle and interesting placement of subject.

    -

    View image

    -
    -
    -
    -
    -
    - AppleHat -
    -

    An Apple, that is a hat?

    -

    Photoshop practice.

    -

    View image

    -
    -
    -
    -
    -
    - AppleHat -
    -

    One is special?

    -

    More Photoshop practice.

    -

    View image

    -
    -
    -
    -
    -
    -
    -
    - Stereo? -
    -

    Alien

    -

    More and more practice.

    -

    View image

    -
    -
    -
    -
    -
    - Stereo? -
    -

    Data Overhead

    -

    This was my final image manipulation. Added a simple heads up display for the sake of it, and later added the advertising scheme to it.

    -

    View image

    -
    -
    -
    -
    -
    -
    -
    -
    -

    Discombobulated...

    -
    -
    -
    - Weeb image -
    -

    The Wild Weeb

    -

    This image shows a wild weeb. Practicing a very special religion. He is not afraid of demonstrating that he is part of the weeabism religion. The lollipop seems to be an important part of the practice.

    -

    View image

    -
    -
    -
    -
    -
    - - -
    -
    - - - - - - - - \ No newline at end of file diff --git a/polyjet.html b/polyjet.html index d064bf0..903c54e 100755 --- a/polyjet.html +++ b/polyjet.html @@ -26,7 +26,7 @@
  • Home
  • I.S.C.A
  • PolyJet
  • -
  • Photography
  • +
  • Photography
  • Ultra-Systems
  • Q & A
  • diff --git a/qanda.html b/qanda.html index 87e06c2..0624725 100755 --- a/qanda.html +++ b/qanda.html @@ -26,7 +26,7 @@
  • Home
  • I.S.C.A
  • PolyJet
  • -
  • Photography
  • +
  • Photography
  • Ultra-Systems
  • Q & A
  • diff --git a/scss/_animated.scss b/scss/_animated.scss old mode 100644 new mode 100755 diff --git a/scss/_bordered-pulled.scss b/scss/_bordered-pulled.scss old mode 100644 new mode 100755 diff --git a/scss/_core.scss b/scss/_core.scss old mode 100644 new mode 100755 diff --git a/scss/_fixed-width.scss b/scss/_fixed-width.scss old mode 100644 new mode 100755 diff --git a/scss/_icons.scss b/scss/_icons.scss old mode 100644 new mode 100755 diff --git a/scss/_larger.scss b/scss/_larger.scss old mode 100644 new mode 100755 diff --git a/scss/_list.scss b/scss/_list.scss old mode 100644 new mode 100755 diff --git a/scss/_mixins.scss b/scss/_mixins.scss old mode 100644 new mode 100755 diff --git a/scss/_path.scss b/scss/_path.scss old mode 100644 new mode 100755 diff --git a/scss/_rotated-flipped.scss b/scss/_rotated-flipped.scss old mode 100644 new mode 100755 diff --git a/scss/_screen-reader.scss b/scss/_screen-reader.scss old mode 100644 new mode 100755 diff --git a/scss/_stacked.scss b/scss/_stacked.scss old mode 100644 new mode 100755 diff --git a/scss/_variables.scss b/scss/_variables.scss old mode 100644 new mode 100755 diff --git a/scss/font-awesome.scss b/scss/font-awesome.scss old mode 100644 new mode 100755 diff --git a/ultrasystems.html b/ultrasystems.html old mode 100644 new mode 100755 diff --git a/underconstruction.html b/underconstruction.html index d692610..3da672e 100755 --- a/underconstruction.html +++ b/underconstruction.html @@ -26,7 +26,7 @@
  • Home
  • I.S.C.A
  • PolyJet
  • -
  • Photography
  • +
  • Photography
  • Ultra-Systems
  • Q & A