Skip to content

Kevin Rodriguez -User-Interface-Project-Week #571

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
8cfc145
Kevin Rodriguez -User-Interface-Project-Week
drkfogle Dec 17, 2018
778ee0e
Still having trouble with z-indexing
drkfogle Dec 18, 2018
284291a
added email form to index
drkfogle Dec 18, 2018
c9298ec
Can't get z-index for the life of me
drkfogle Dec 18, 2018
e4a71a6
attempting to work on nav now
drkfogle Dec 19, 2018
3693134
still need to work on services
drkfogle Dec 19, 2018
4570c01
I've definitely pushed lately
drkfogle Dec 19, 2018
efd0cd6
trying to work on nav
drkfogle Dec 20, 2018
56ccebc
Some elements are hidden
drkfogle Dec 20, 2018
86e16b1
where I am right now
drkfogle Dec 21, 2018
a932323
work so far
drkfogle Dec 21, 2018
d05f1e4
fun times
drkfogle Dec 21, 2018
dac149c
Updates so far
drkfogle Dec 28, 2018
f80ae61
Projected restarted and current version
drkfogle Jan 1, 2019
01a0493
Sorry forgot to add a lot of elements. this is actually where I am
drkfogle Jan 2, 2019
aad6953
This is what I should've pushed yesterday
drkfogle Jan 2, 2019
f24c19c
THE NAV WORKS!!
drkfogle Jan 3, 2019
5012e9c
media isn't done
drkfogle Jan 4, 2019
de6f868
All that's left is mobile
drkfogle Jan 7, 2019
7e6a9cc
working on home mobile
drkfogle Jan 7, 2019
ab01e36
shifting nested elements around
drkfogle Jan 7, 2019
83d9631
Just minor changes left
drkfogle Jan 7, 2019
e43c555
trying to find my close button for the nav
drkfogle Jan 7, 2019
e1bc990
still tinkering with the JS
drkfogle Jan 8, 2019
a250f8e
JS works again
drkfogle Jan 8, 2019
6510320
what I've tinkered with so far
drkfogle Jan 8, 2019
0d8cde5
JS will not display flex again
drkfogle Jan 8, 2019
5306943
Tinkering with toggling active tabs
drkfogle Jan 9, 2019
4eacd94
pretty sure on the right path however my function doesn't want to work
drkfogle Jan 9, 2019
01f45e2
IT WORKS.
drkfogle Jan 9, 2019
92f3902
changed some stuff back
drkfogle Jan 9, 2019
7a2f072
css-sprucing
drkfogle Jan 10, 2019
382f8a6
final push.maybe
drkfogle Jan 10, 2019
ab0a0fd
fixed href
drkfogle Jan 10, 2019
4302f3a
href should work now
drkfogle Jan 10, 2019
d9d6c56
just trying to get the close to work
drkfogle Jan 10, 2019
b2eeb05
button works
drkfogle Jan 10, 2019
529b2f6
final push for project
drkfogle Jan 10, 2019
9c948b1
actual final push
drkfogle Jan 10, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
146 changes: 100 additions & 46 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,53 +9,107 @@
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>

<body>

<h1>Contact</h1>

<!-- Contactd Us Content
Contact Us

Get In Touch

Email Address
Enter Email
We'll never share your email with anyone else.

How many buildings do you need planned?
1-5

Provide a brief overview of your project needs:

I am a small business
I am a residential owner
I am a corporation

Submit

Where We Work

New York
123 Lane
Suite 100
Albany, NY 12345
202 555 0144

Florida
Ocean Drive
Suite 201
Orlando, FL 22345
502 555 0144

California
Mountain Street
Suite 105
San Diego, CA 22345
702 555 0144

-->

<section class="container">
<section class="header">
<nav>
<h1>S&J</h1>
<img src="img/nav-hamburger.png" class="menu-button">

<div class="menu">
<img src="img/nav-hamburger-close.png" class="close">
<a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="contact.html">Contact</a>
</div>
</nav>
</section>
<div class = "Home-page">
<img class ="top-pic" src="img/contact/contact-jumbotron.png">
<h1 class="pic-words contact">Contact Us</h1>
</div>
<body>
<section class = "contact_us">
<div class = "get_in_touch">
<div class="enter_email">
<h2>Get In Touch</h2>
<span>Enter address</span>
<form class = "email_css" action="/action_page.php">
<input type ="email" name = "email" placeholder="Enter email">
</form>
<p>We'll never share your email with anyone else.</p>
</div>
<div class="building_plan">
<span>How many buildings do you need planned?</span>
<select name= "number-of-buildings">
<option value='1'>1</option>
<option value='2'>2</option>
<option value='3'>3</option>
</select>
</div>
<div class = "project-needs">
<span>Provide a brief overview of your project needs:</span>
<textarea name ="message" rows = "10" cols = "60"></textarea>
<input type="radio" name="Who are you" value="business owner" checked> I am a small business owner<br>
<input type="radio" name="Who are you" value="residential owner" checked> I am a residential owner<br>
<input type="radio" name="Who are you" value="corporation" checked> I am a corporation<br>
<button>Submit</button>
</div>

</div>
<div class = "where_we_work">
<h2>Where We Work</h2>
<h1>New York</h1>
<p>123 Lane<br>
Suite 100<br>
Albany, NY 12345<br>
202 555 0144</p>
<h1>Florida</h1>
<p>Ocean Drive<br>
Suite 102<br>
Orlando,FL 22345<br>
502 555 0144</p>
<h1>California</h1>
<p>Mountain Street<br>
Suite 105<br>
San Diego, CA 22345<br>
702 555 0144</p>
</div>
</section>
</div>
<footer>
<span class="emailQ">Interested in starting a project?<br>
Let's talk:
<form class="email-css" action="/action_page.php">
<input type="email" name="email" placeholder="Enter email">
</form>
We'll never share your email with anyone else</span>
<div class="location">
<h3 class="email-heading">New York</h3>
<p class="email-text">123 Lane<br>
Suite 100<br>
Albany, NY 1234<br>
202 555 0144</p>
</div>
<div class="location">
<h3 class="email-heading">Florida</h3>
<p class="email-text">Ocean Drive<br>
Suite 201<br>
Orlando,FL 22345<br>
502 555 0144</p>
</div>
<div class="location">
<h3 class="email-heading">California</h3>
<p class="email-text">Mountain Street<br>
Suite 105<br>
San Diego, CA 22345<br>
702 555 0144</p>
</div>
</footer>
<h5>Copyright © 2018 Smith and Jones<br></h5>
</section>
<script src="js/index.js"></script>
<script src="js/nav.js"></script>
<script src="js/services.js"></script>
</body>
</html>
Loading