Skip to content

Instantly share code, notes, and snippets.

View monalighosh's full-sized avatar
🤓
Just coding

Monali Ghosh monalighosh

🤓
Just coding
View GitHub Profile
@monalighosh
monalighosh / index.html
Last active December 11, 2016 23:04
Updated puzzle files
<!DOCTYPE html><html lang="en"><head>  <meta charset="UTF-8">  <title>Team 10 Hexagon Jigsaw Puzzle</title>  <!-- Style sheets -->  <link rel="stylesheet" href="css/puzzle-style.css">  <!--[if lt IE 9]>        <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script><![endif]--></head><body>  <header> <!-- Page header start -->    Hexagon Jigsaw Puzzle - Team 10  </header> <!-- Page header end -->  <section>    <div id="puzzle-container"> <!-- Puzzle container start -->      <div id="puzzle-board">        <img src="img/_Puzzle_solved.png" alt="Solved Puzzle" id="solved-puzzle">        <div id="hex-images"> <!-- Overlapping puzzle images start -->          <img src="img/Group 45.png">          <img src="img/Group 44.png">          <img src="img/Group 43.png">          <img src="img/Group 42.png">          <img src="img/Group 41.png">          <img src="img/Group 40.png">          <img src="img/Group 39.png">          <img src="img/Group 38.png">          <img src="img/Group 37.png">