Logo
Explorer
14 files·3 folders
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
29
30
31
32
33
34
<!DOCTYPE html>
<html"en" lang=>
<head>
<meta"UTF-8" charset= />
<meta"viewport""width=device-width, initial-scale=1.0" name= content= />
<title>Alex Rivera — Developer</title>
<link"stylesheet""styles.css" rel= href= />
</head>
<body>
<header"header" class=>
<nav"nav" class=>
<div"logo" class=>AR</div>
<ul"nav-links" class=>
<li><a"#about" href=>About</a></li>
<li><a"#work" href=>Work</a></li>
<li><a"#contact" href=>Contact</a></li>
</ul>
</nav>
</header>
 
<main>
<section"hero""about" class= id=>
<h1>Building things<br /><span"accent" class=>for the web</span></h1>
<p"subtitle" class=>
Full-stack developer specializing in React,
Node.js, and cloud infrastructure.
</p>
<a"#work""btn-primary" href= class=>View my work</a>
</section>
</main>
 
<script"main.js" src=></script>
</body>
</html>
HTML·34 lines·UTF-8·LF
Spaces: 2
Live Preview
localhost:3000
Responsive·Awaiting run
Terminal— bash
Visual Cloud Studio v2.4.1 — Terminal ready
Type 'help' for available commands
$
$