index.html - adedigbadeola/HTML-CSS-AND-JAVASCRIPT GitHub Wiki

Welcome to the HTML-CSS-AND-JAVASCRIPT wiki!

<div class="header">
  <div class="container">
    <h1>Innovation Cloud</h1>
    <p>Connect your ideas globally</p>
    <a class="btn" href="#">Learn More</a>
  </div>
</div>

<div class="nav">
  <div class="container">
    <ul>
      <li>Register</li>
      <li>Schedule</li>
      <li>Sponsors</li>
      <li>About</li>
      <li>Contact</li>
    </ul>
  </div>
</div>

Top Vacation Spots For Innovative Thinking

The world is full of fascinating places. Places you can get innovative ideas that will build up the next generations to come. Planning the perfect vacation involves packing up, leaving home, and experiencing something new.

By: Stacy Gray
Published: 2 Days Ago

1. Florence, Italy

A city-size shrine to the Renaissance, Florence offers frescoes, sculptures, churches, palaces, and other monuments from the richest cultural flowering the world has known. Names from its dazzling historical pastDante, Michelangelo, Galileo, Machiavelliare some of the most resonant of the medieval age. Learn More.
Top Attractions
  • Museums
  • Bike Tours
  • Historical Monuments

2. Beijing, China

A city in the midst of reinventing itself and continuing to build on the success of the 2008 Summer Olympics, Beijing is a place of frenzied construction. New housing, new roads, and new sports venues seem to spring up overnight. At the same time, the capital of the Peoples Republic of China remains an epicenter of tradition, with the treasures of nearly 2,000 years as the imperial capital still on viewin the famed Forbidden City and in the luxuriant pavilions and gardens of the Summer Palace. Learn More.
Top Attractions
  • Biking
  • Historical Sites
  • Restaurants and Dining

3. Seoul, South Korea

The Korean capital is a city of contrasts. Fourteenth-century city gates squat in the shadow of 21st-century skyscrapers, while the broad Han River is back-dropped by granite mountains rising in the city centercomplete with alpine highways speeding around their contours and temples nestling among their crags. Fashionable, gadget-laden youths battle for sidewalk space with fortune-tellers and peddlers, while tiny neighborhoods of traditional cottages contrast with endless ranks of identical apartments. Learn More.
Top Attractions
  • Parasailing
  • Segway Tours
  • Spas and Resorts

More Desinations

  • Jackson Hole, Wyoming

  • Cape Town, South Africa

  • La Paz, Bolivia

—Best of luck with your travels, and be sure to send pictures and stories. We"d love to hear them!

<div class="main">
  <div class="container">
    <img src="https://s3.amazonaws.com/codecademy-content/projects/innovation-cloud/cloud.svg" height="128" width="196">
    <h2>The Innovation Cloud Conference</h2>
    <p>Connect with the best minds across a wide range of industries to share ideas and brainstorm new solutions to challenging problems.</p>
    <p>Hear industry leaders talk about what worked (and what didn't) so that you can save time on your most challenging projects.</p>
    <p>Learn about the latest research and technologies that you can use immediately to invent the future.</p>
  </div>
</div>

<div class="jumbotron">
  <div class="container">
    <h2>Stay Connected</h2>
    <p>Receive weekly insights from industry insiders.</p>
    <a class="btn" href="#">Join</a>
  </div>
</div>
<div class="footer">
  <div class="container">
    <p>&copy; Innovation Cloud Conference</p>
  </div>
</div>
⚠️ **GitHub.com Fallback** ⚠️