|
<!DOCTYPE html> |
|
<html lang="en"> |
|
|
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<meta property="al:ios:url" content="https://salsamemo.com" /> |
|
<meta property="al:ios:app_store_id" content="1378468270" /> |
|
<meta property="al:ios:app_name" content="SalsaMemo" /> |
|
|
|
<meta property="al:web:should_fallback" content="false" /> |
|
|
|
<meta property="al:android:url" content="https://salsamemo.com"> |
|
<meta property="al:android:package" content="com.kwetree.salsamemo"> |
|
<meta property="al:android:app_name" content="SalsaMemo"> |
|
<meta property="al:web:should_fallback" content="false"> |
|
<meta property="fb:app_id" content="2136507733225961" /> |
|
<meta property="og:title" content="SalsaMemo" /> |
|
<meta property="og:type" content="website" /> |
|
<meta property="og:description" content="Save your turns and share them with others." /> |
|
<meta property="og:url" content="https://salsamemo.com/" /> |
|
<meta property="og:image" content="https://salsamemo.com/img/salsamemo-icon.png" /> |
|
|
|
<link rel="shortcut icon" type="img/png" href="img/web_icon.png"> |
|
<title>SalsaMemo</title> |
|
<link rel="stylesheet" href="styles/index.css"> |
|
<link rel="stylesheet" href="styles/all.css"> |
|
</head> |
|
|
|
<body> |
|
<header id="header" class="head-icon"> |
|
<div id="logo"> |
|
<a href="https://apps.apple.com/us/app/salsamemo/id1378468270"> |
|
<img src="img/salsamemo-icon.png" alt="SalsaMemo icon"> |
|
</a> |
|
<h1>SalsaMemo</h1> |
|
<h3>Find your salsa moves and memorize and train using them</h3> |
|
</div> |
|
</header> |
|
<main id="main-content"> |
|
<div id="my-turns"> |
|
<h2>My turns</h2> |
|
<img src="img/my_turns.png" alt="Salsa icon"> |
|
</div> |
|
<div id="all-turns"> |
|
<h2>All turns</h2> |
|
<img src="img/all_turns.png" alt="SalsaMemo icon"> |
|
</div> |
|
<div id="video"> |
|
<h2>Videos</h2> |
|
<img src="img/video.png" alt="SalsaMemo icon"> |
|
</div> |
|
<div id="memo"> |
|
<h2>Memorize</h2> |
|
<img src="img/memo.png" alt="SalsaMemo icon"> |
|
</div> |
|
<div id="search"> |
|
<h2>Search</h2> |
|
<img src="img/search.png" alt="SalsaMemo icon"> |
|
</div> |
|
<div id="info-link"> |
|
<h2>Info links</h2> |
|
<img src="img/info_link.png" alt="SalsaMemo icon"> |
|
</div> |
|
<div id="info"> |
|
<h2>Information</h2> |
|
<img src="img/info.png" alt="SalsaMemo icon"> |
|
</div> |
|
<div id="problem"> |
|
<h2>Problems</h2> |
|
<img src="img/problem.png" alt="SalsaMemo icon"> |
|
</div> |
|
<div id="videos"> |
|
<h2>Videos</h2> |
|
<img src="img/videos.png" alt="SalsaMemo icon"> |
|
</div> |
|
</main> |
|
<footer id="footer"> |
|
<h2> |
|
<script type="text/javascript" src="js/footer.js"></script> |
|
</h2> |
|
</footer> |
|
</body> |
|
|
|
</html> |