Skip to content

My Thingy #568

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 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
145 changes: 144 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,107 @@
<![endif]-->
</head>

<div class="topalign">
<div class="navbarthingy">
<div class="nav1"><h2>S&J</h2></div>
<div class="nav2">
<img onclick="openNav()" class="navie" src="img/nav-hamburger.png">
</div>
</div>
</div>


<div id="myNav" class="overlay">

<div class="topalign2">
<div class="navbarthingy2">
<div class="nav1"><h2>S&J</h2></div>
<div class="nav2">
<img onclick="closeNav()" class="navie2" src="img/nav-hamburger-close.png">
</div>
</div>
</div>

<div class="overlay-content">

<a href="index.html">Home</a><br>
<a href="services.html">Services</a><br>
<a href="contact.html">Contact</a><br>
</div>
</div>

<body>

<h1>Contact</h1>
<div class = "container allstuff" >

<img class="img1" src ="img/contact/contact-jumbotron.png">
<img class="img1a" src ="img/contact/contact-mobile-jumbotron.png">
<div class="leftish"><h1>Contact</h1></div>

</div>

<div class="container bigbreak">

<div class="piece1b">
<h1>Get In Touch</h1>
<br><br>
<h3>E-Mail Address</h3>
<br>
<input type="text" name="email" value="Enter Email"><br>
<br>
<p>We'll never share your email with anyone else.</p>
<br><br>
<h3>How Many Buildings Do You Need Planned?</h3>
<br>
<select>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="4">5</option>
</select>
<br><br>
<h3>Provide a brief overview of your project needs:</h3>
<br>
<textarea type="stuff" name="needs" rows=5></textarea>
<br>
<form>
<input type="radio" name="person" value="male" checked> Small Business<br>
<input type="radio" name="person" value="female"> Residential<br>
<input type="radio" name="person" value="other"> corporation <br>
</form>
<br><br><br>
<button class="woober">Submit</button>

</div>

<div class="piece2b">
<h1>Where We Work</h1>
<br><br><br>
<h2>New York</h2>
<address>
<h3>123 Lane</h3>
<h3>Suite 100</h3>
<h3>Albany, NY 12345</h3>
<h3>202-555-0144</h3>
</address><br><br>
<h2>Florida</h2>
<address>
<h3>123 Lane</h3>
<h3>Suite 100</h3>
<h3>Albany, NY 12345</h3>
<h3>202-555-0144</h3>
</address><br><br>
<h2>California</h2>
<address>
<h3>123 Lane</h3>
<h3>Suite 100</h3>
<h3>Albany, NY 12345</h3>
<h3>202-555-0144</h3>
</address>
</div>

</div>
<!-- Contactd Us Content
Contact Us

Expand Down Expand Up @@ -55,6 +152,52 @@ <h1>Contact</h1>
702 555 0144

-->
<div class="container boot">

<div class="piece1">
<h2>Interested in starting a project?</h2>
<h2>Let’s talk:</h2>
<br>
<input type="text" name="email" value="Enter Email"><br>
<br>
<p>We'll never share your email with anyone else.</p>
</div>

<div class="piece2">
<h2>New York</h2>
<address>
<h3>123 Lane</h3>
<h3>Suite 100</h3>
<h3>Albany, NY 12345</h3>
<h3>202-555-0144</h3>
</address>
</div>

<div class="piece2">
<h2>Florida</h2>
<address>
<h3>123 Lane</h3>
<h3>Suite 100</h3>
<h3>Albany, NY 12345</h3>
<h3>202-555-0144</h3>
</address>
</div>

<div class="piece2">
<h2>California</h2>
<address>
<h3>123 Lane</h3>
<h3>Suite 100</h3>
<h3>Albany, NY 12345</h3>
<h3>202-555-0144</h3>
</address>
</div>

</div>
<div class="container boot2">
<p>Copyright © 2018 Smith and Jones</p>
</div>


<script src="js/index.js"></script>
</body>
Expand Down
Loading