Skip to content

Commit

Permalink
Rough Draft on content and moving to aesthetics
Browse files Browse the repository at this point in the history
  • Loading branch information
theunmanifested committed Aug 21, 2019
1 parent ba9c37b commit 65a7b16
Show file tree
Hide file tree
Showing 30 changed files with 24 additions and 18 deletions.
File renamed without changes
Binary file added Photos/Personal_Photos/CollageMe.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added Photos/Personal_Photos/IMG_2782.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Photos/Personal_Photos/IMG_3172.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Photos/Personal_Photos/IMG_3771.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Photos/Personal_Photos/IMG_4252.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Photos/Personal_Photos/IMG_4679.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added Photos/Personal_Photos/Walter_Presa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added Photos/Personal_Photos/Walter_army.jpg
Binary file added Photos/Personal_Photos/abme.jpg
Binary file added Photos/Personal_Photos/seattlemarket.jpg
42 changes: 24 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h6>Volunteer | Cybersecurity Specialist | Developer</h6>
<div class="container">
<div class="profile-img" data-aos="fade-right" data-aos-delay="300">
<!--Personalized photo-->
<img src="w_images\Walter_army.jpg" alt="picture of Walter Valdez Santos">
<img src="Photos/Personal_Photos/CollageMe.jpg" alt="picture of Walter Valdez Santos">
</div>
<div class="about-details" data-aos="fade-left" data-aos-delay="600">
<div class="about-heading">
Expand Down Expand Up @@ -85,22 +85,22 @@ <h6>Walter</h6>
<div class="social-media">
<ul class="nav-list">
<li>
<a href="https://www.linkedin.com/in/walter-valdez-santos/" class="icon-link">
<a href="https://www.linkedin.com/in/walter-valdez-santos/" target="_blank" class="icon-link">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://github.com/theunmanifested" class="icon-link">
<a href="https://github.com/theunmanifested" target="_blank" class="icon-link">
<i class="fab fa-github-square"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/WalterValdezSantos" class="icon-link">
<a href="https://www.facebook.com/WalterValdezSantos" target="_blank" class="icon-link">
<i class="fab fa-facebook-square"></i>
</a>
</li>
<li>
<a href="https://twitter.com/WalterVSantos" class="icon-link">
<a href="https://twitter.com/WalterVSantos" target="_blank" class="icon-link">
<i class="fab fa-twitter-square"></i>
</a>
</li>
Expand Down Expand Up @@ -282,19 +282,24 @@ <h2>Information Specialist II</h2>
<h1>University of Phoenix - Austin,TX Campus</h1>
<h2>Bachelor of Science in Business - Full Time Student - GRADUATED</h2>
</li>
<!-- TWC
<li class="date" data-date="2016 - 2015">
<h1>Texas Workforce Commission</h1>
<h2>Information Specialist II</h2>
<p>Guided multiple TWC’s Office of the Employer outreach programs to include
the Texas state-sponsored <a class="in-Text-a" href="https://twc.texas.gov/partners/skills-development-fund" target="_blank">Skills Development Fund (SDF)</a>,
which has $48 million dollars for Texas employee training annually.
<!-- US Army -->
<li class="date" data-date="2007 - 2013">
<h1>United States Army</h1>
<h2>Technical and Administrative Specialist</h2>
<p>Served as project lead for the Department of State’s emergency evacuation measure called
<a class="in-Text-a" href="https://8tharmy.korea.army.mil/19esc/neo/" target="_blank">Non-Combatant Evacuation Operation (NEO)</a> in Camp Humphreys, South Korea,
which resulted in acclamation from senior leadership
for real-time personnel record keeping of over 12,000 people.
</p>
<br>
<p>Coordinated security, maintenance, and surveillance on <a class="in-Text-a" href="https://home.army.mil/humphreys/index.php/about/Garrison/DPTMS/libby-army-airfield" target="_blank">Desiderio Army Airfield</a>, which is the largest
and most complex Army Airfield outside of the continental United States.
</p>
<br>
<p>Supervised and customized the SDF database culminating in accurate research,
which led to personal commendations and aiding the historical success of SDF that has created over 86,890 jobs since 1996.
<p>Planned offsite training with over 1,100 personnel, which resulted in repeated commendations by senior staff and upper management
while stationed at <a class="in-Text-a" href="https://8tharmy.korea.army.mil/19esc/neo/" target="_blank">US Army Garrison Fort Lee</a> in Virginia.
</p>
</li> -->
</li>
</ul>
</div>
</div>
Expand All @@ -303,10 +308,11 @@ <h2>Information Specialist II</h2>
<section class="contact" id="contact">
<div class="container">
<div class="section-heading">
<h1>Contact</h1>
<h6>Let's work together</h6>
<h1>Contact Me</h1>
<h6>Let's get to work!</h6>
</div>
<form action="" data-aos="fade-up" data-aos-delay="300">
<!-- method for form might be changed to POST pending test -->
<form action="mailto:walter@aboutwalter.net" method="get" enctype="text/plain" data-aos="fade-up" data-aos-delay="300">
<label for="name">Name:</label>
<input type="text" id="name" name="name" placeholder="Enter your name..." required>
<label for="email">Email:</label>
Expand Down

0 comments on commit 65a7b16

Please sign in to comment.