-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.22 KB
/
index.html
File metadata and controls
28 lines (28 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<head>
<title>Brandon Park's Homepage</title>
<link rel="stylesheet" href="styles.css"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
</head>
<body id="container">
<div id="flexContainer">
<div class="left-pane">
<div id="illustrationContainer">
<img id="illustration" src="Profile.jpglll"/>
</div>
<span id="bottomText">Chat with your <strong>closest friends</strong> no <br> <div id = "newLine">matter how far they are</div></span>
</div>
<div id="right-pane">
<div class="loginContainer">
<span id="headingText">Login and enjoy <span id="highlighted">unlimited</span> <br> <div id = "headerNewLine">video calling</div></span>
<br/>
<input type="text" id="email" placeholder="Email"/>
<br/>
<input type="password" id="password" placeholder="Password"/><br>
<button class="submitButton">Login</button>
</div>
</div>
</div>
</body>
</html>