Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Two Trees Creative</title>
  5. <meta charset="utf-8">
  6. <link rel="stylesheet" href="styles.css">
  7. </head>
  8.  
  9. <body id="wrapper">
  10. <header>
  11. <img id="logo" src="mockup-assets/ttc_logo.png" alt="Two Trees Creative logo">
  12. <nav>
  13. <ul>
  14. <li><a id="active" href="index.html">Home</a></li>
  15. <li><a href="">About</a></li>
  16. <li><a href="">Portfolio</a></li>
  17. <li><a href="">Contact</a></li>
  18. </ul>
  19. </nav>
  20. </header>
  21.  
  22. <main>
  23. <section id="welcome">
  24. <h2>Designing Your World</h2>
  25. <img src="mockup-assets/twotrees.jpg" alt="Picture of vegetation" width="1280">
  26. </section>
  27. <section id="about">
  28. <h2>About Us</h2>
  29. <section id="abouttext">
  30. <p>Two Trees Creative is a full&#45;service graphic design agency based in Ventura&#44; CA&#46; Our goal is to provide elegant work and unsurpassed customer service to our clients in every way&#46;</p>
  31. <h3>Meet Our Team of Creatives</h3>
  32. <p>Collectively we have over 15 years experience in the graphic design industry&#44; and our services include brand identity development&#44; business cards&#44; brochures&#44; flyers&#44; catalogs&#44; and more&#46; Thank you for considering us for your next project&#44; and we hope to hear from you soon&#46;</p>
  33. </section>
  34. <section id="rowone">
  35. <img src="mockup-assets/alex_morrales.jpg" alt="Portrait of Alex Morrales">
  36. <img src="mockup-assets/david_kim.jpg" alt="Portrait of David Kim">
  37. <img src="mockup-assets/jenny_tabers.jpg" alt="Portrait of Jenny Tabers">
  38. </section>
  39. <section id="rowtwo">
  40. <img src="mockup-assets/joey_barrett.jpg" alt="Portrait of Joey Barrett">
  41. <img src="mockup-assets/melinda_lee.jpg" alt="Portrait of Melinda Lee">
  42. <img src="mockup-assets/rachel_dotson.jpg" alt="Portrait of Rachel Dotson">
  43. </section>
  44. </section>
  45. <section id="portfolio">
  46. <h2>Portfolio</h2>
  47. <section id="rowthree">
  48. <img class="arrowleft" src="mockup-assets/arrow.png" alt="Arrow left">
  49. <img src="mockup-assets/_0000_akridge_bcard.jpg" alt="Akridge Engineering">
  50. <img src="mockup-assets/_0001_balloon_races.jpg" alt="Balloon Races">
  51. <img src="mockup-assets/_0002_seminar_flyer.jpg" alt="Seminar Flyer">
  52. <img src="mockup-assets/_0003_eyedr_billboard.jpg" alt="Eye Dr Billboard">
  53. <img class="arrowright" src="mockup-assets/arrow.png" alt="Arrow right">
  54. </section>
  55. <section id="rowfour">
  56. <img class="arrowleft" src="mockup-assets/arrow.png" alt="Arrow left">
  57. <img src="mockup-assets/_0004_nerdcamp_logo.jpg" alt="Nerd Camp">
  58. <img src="mockup-assets/_0005_rockout_festival.jpg" alt="Rockout Festival">
  59. <img src="mockup-assets/_0006_history_of_flight.jpg" alt="History of Flight">
  60. <img src="mockup-assets/_0007_welder_poster.jpg" alt="Welder Poster">
  61. <img class="arrowright" src="mockup-assets/arrow.png" alt="Arrow right">
  62. </section>
  63. </section>
  64. <section id="contact">
  65. <img id="map" src="mockup-assets/map.png" alt="Map">
  66. <div class="floatright">
  67. <h2>Contact Us</h2>
  68. <form method="get" id="contactform" action="http://randyconnolly.com/tests/process.php">
  69. <input type="email" name="myEmail" id="myEmail" placeholder="Your Email Address">
  70. <input type="text" name="mySubject" id="mySubject" required placeholder="Subject of Your Message">
  71. <textarea name="myComments" id="myComments" required placeholder="Your message goes here..."></textarea>
  72. <input type="submit" id="mySubmit" value="Send">
  73. </form>
  74. </div>
  75. </section>
  76. </main>
  77.  
  78. <footer>
  79. <img id="socialicons" src="mockup-assets/socialicons.png" alt="Social Icons">
  80. <a id="backtotop" href="#logo"><img src="mockup-assets/backtotop.png" alt="Back to Top"></a>
  81. </footer>
  82. </body>
  83. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement