-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuser.html
More file actions
52 lines (37 loc) · 1.12 KB
/
user.html
File metadata and controls
52 lines (37 loc) · 1.12 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cryptoassets</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
</head>
<body>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item"><h1 class="title">
cryptoassets</h1> </a>
<a class="navbar-item is-active">
User
</a>
<a class="navbar-item">
Cars List
</a>
</div>
</nav>
<div class="container">
<h1 class="title" style="margin-top: 10%">Gintu Tom</h1>
<h3 class="sub-title">wallet address:0x627306090abab3a6e1400e9345bc60c78a8bef57</h3>
<h3 class="sub-title">Email:gintutom@gmail.com</h3>
<hr>
<br>
<h1 class="title">Cars owned</h1>
<img src="roadster-social.jpg" width="300"/>
<br>
<h3>Tesla Roadster</h3>
<br>
<button class="button is-link">Details</button>
</div>
</body>
</html>