Skip to content
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

Update profile_settings.html #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
51 changes: 51 additions & 0 deletions profile_settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,57 @@ <h1>Profile Details</h1>
<label for="zip">Zip</label>
<input type="text" id="zip" name="zip" placeholder="11311">
</div>
<div class="footer">
<div class="contain">
<div class="col7">
<h1>Company</h1>
<ul>
<li>About</li>
<li>Mission</li>
<li>Services</li>
<li>Social</li>
<li>Get in touch</li>
</ul>
</div>
<div class="col7">
<h1>Products</h1>
<ul>
<li>About</li>
<li>Mission</li>
<li>Services</li>
<li>Social</li>
<li>Get in touch</li>
</ul>
</div>
<div class="col7">
<h1>Accounts</h1>
<ul>
<li>About</li>
<li>Mission</li>
<li>Services</li>
<li>Social</li>
<li>Get in touch</li>
</ul>
</div>
<div class="col7">
<h1>Resources</h1>
<ul>
<li>Webmail</li>
<li>Redeem code</li>
<li>WHOIS lookup</li>
<li>Site map</li>
<li>Web templates</li>
<li>Email templates</li>
</ul>
</div>
<div class="col7">
<h1>Support</h1>
<ul>
<li>Contact us</li>
<li>Web chat</li>
<li>Open ticket</li>
</ul>
</div>
</div>
</div>
</div>
Expand Down