Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="theme-color" content="#f00" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>App</title>
<link href="css/main.css?version=2.2.0" rel="stylesheet">
<link rel="manifest" href="manifest.json">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Mono:300,400,700&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" href="img/apple=touch-icon.png"/>
</head>
<body>
<header>
<div>
<h1 class="header-text"><a href="index.html" class="no-link">JoelChat</a></h1>
<h2 class="channel-text md-text">Joel's Class</h2>
<div class="dropdown">
<h2 class="lg-text">You</h2>
<div class="seperator"></div>
<h2 class="lg-text"><span id="statusDisplay">{UserStatus}</span></h2>
</div>
</div>
</header>
<main>
</main>
<footer id="footer-messages">
<div class="send">
<input class="text-field message--text-field" type="text" id="newText" name="message" placeholder="What would Joel say?">
<button class="send-button"><svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="arrow-right" class="svg-inline--fa fa-arrow-right fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="white" d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg></button>
</div>
<nav>
<div class="nav-item">
<a href="index.html"><div class="nav-icon" id="channels-icon"></div><h2 class="md-text"><a href="index.html" class="no-link">Channels</h2></a>
</div>
<div class="nav-item">
<a href="#"><div class="nav-icon" id="contacts-icon"></div><h2 class="md-text"><a href="#" class="no-link">Contacts</h2></a>
</div>
<div class="nav-item">
<a href="user-account.html"><div class="nav-icon" id="profilePicDisplay"></div><h2 class="md-text"><a href="user-account.html" class="no-link"><span id="navUsernameDisplay">{UserName}</span></h2></a>
</div>
</nav>
</footer>
<!-- Firebase App (the core Firebase SDK) is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.9.2/firebase-app.js"></script>
<!-- If you enabled Analytics in your project, add the Firebase SDK for Analytics -->
<script src="https://www.gstatic.com/firebasejs/7.9.2/firebase-analytics.js"></script>
<!-- Add Firebase products that you want to use -->
<script src="https://www.gstatic.com/firebasejs/7.9.2/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.9.2/firebase-firestore.js"></script>
<script src="js/firebase-config.js"></script>
<script src="register-sw.js"></script>
<script src="https://cdn.jsdelivr.net/gh/joelsalisbury/firebase-chat-3440@1.2/firebase-chat-functions.js"></script>
<script src="js/main.js?version=2.2.0"></script>
</body>
</html>