Show sourcecode
The following files exists in this folder. Click to view.
public_html/gamla-kurser/webbutv1/projekt/MemoRing/pages/aboutus/
aboutus.css
bilder/
index.html
index.html
125 lines UTF-8 Windows (CRLF)
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0;">
<title>MEMORING - ABOUT US</title>
<link rel="icon" href="../../bilder/logo.png">
<link rel="stylesheet" href="../../css/css_index.css" />
<link rel="stylesheet" href="./aboutus.css">
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
</head>
<body>
<!-- Header Navigation -->
<div class="header">
<a href="../../" class="header-logo">
<h1 class="header-title">MEMORING</h1>
</a>
<div class="header-tabs">
<a href="../store/">Store</a>
<a href="../news/">News</a>
<a href="../aboutus/">About us</a>
<a href="../contact/">Contact</a>
</div>
<div class="order-button-pos">
<button id="order-button" onclick="window.location.href='../cart/'">
<img style="vertical-align: middle;" src="../../bilder/cart.svg" alt="cart-svg">
<span style="vertical-align: middle;">Cart <span class="cart-number">0</span></span>
</button>
</div>
</div>
<!-- Sidans innehåll -->
<h1 class="page-title">Crafting Connections with MemoRing: Where Ideas Take Shape</h1>
<div class="frame">
<div class="fade"></div>
<img id="stockholm" src="https://images2.alphacoders.com/734/734513.jpg" alt="stockholm">
<div class="right-text">Based <br> In <br> Stockholm</div>
</div>
<div class="maindiv">
<p>
Welcome to MemoRing, where innovation meets convenience. At MemoRing, we believe in the power of capturing
inspiration on the fly. Founded by Love, our brand is driven by the passion to revolutionize how we record
and preserve our thoughts. With our cutting-edge smart rings equipped with built-in microphones, we empower
individuals to effortlessly capture memos and ideas anytime, anywhere.
</p>
<p>
Our journey began in the vibrant city of Stockholm, where creativity flows as freely as the waters
surrounding its islands. Nestled in this dynamic hub of innovation, our office serves as the heart of
MemoRing's operations. Here, ideas are nurtured, designs are perfected, and technology is seamlessly
integrated to bring you the best in wearable recording devices.
</p>
<img class="partner-logo" src="./bilder/beatwave.png" alt="BeatWave">
<img class="partner-logo" src="./bilder/mmaracing.png" alt="MMA & Racing">
<p>
As a brand committed to collaboration and synergy, we're proud to partner with industry leaders such as
<a target="_blank" href="https://labb.vgy.se/~follun23/projekt/BeatWave.html">BeatWave</a> and <a target="_blank"
href="https://labb.vgy.se/~seaast23/ovningar/projectforetag.html">MMA & Racing Inc</a>. Together, we
share a vision of enhancing the
way people experience the world -
whether it's through music, sports, or everyday moments of inspiration.
</p>
<p>
At MemoRing, we understand that inspiration strikes at the most unexpected times. That's why we've created a
product that seamlessly integrates into your daily life, ensuring that no idea goes unrecorded. Join us on
our journey as we continue to push the boundaries of innovation and redefine the way we connect with our
thoughts.
</p>
<iframe width="500" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"
id="gmap_canvas"
src="https://maps.google.com/maps?width=520&height=400&hl=en&q=Siml%C3%A5ngsv%C3%A4gen%2026%20Stockholm+(MemoRing)&t=&z=12&ie=UTF8&iwloc=B&output=embed"></iframe>
<a href='https://mapsiframe.com/'>google map einbinden</a>
<script type='text/javascript'
src='https://embedmaps.com/google-maps-authorization/script.js?id=359c9d9bab6e6dc16876bd00750986ce1b6c9c9b'></script>
</div>
</body>
<!-- Footer -->
<footer>
<div class="footer-container">
<div class="footer-info">
<h3>Contact Us</h3>
<p style="font-size: medium;">Simlångsvägen 26, Årsta</p>
<a href="mailto:lovhol23@varmdogymnasium.se">lovhol23@varmdogymnasium.se</a>
</div>
<div class="footer-partner">
<h3>Partners</h3>
<ul>
<li>
<a href="" target=”_blank”>BeatWave</a>
</li>
<li>
<a href="https://labb.vgy.se/~seaast23/ovningar/projectforetag.html" target=”_blank”>MMA &
RACING INC</a>
</li>
</ul>
</div>
<div class="footer-social">
<h3>Follow Us</h3>
<ul>
<li>
<a href="" target=”_blank”>Facebook</a>
</li>
<li>
<a href="" target=”_blank”>Instagram</a>
</li>
<li>
<a href="" target=”_blank”>Twitter</a>
</li>
</ul>
</div>
</div>
<div class="copyright">
<p style="font-size: small;">Copyright © 2024 MemoRing, AB. All rights reserved</p>
</div>
</footer>
<script src="../store/js/store.js"></script>
</html>