-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbonecold.html
More file actions
89 lines (85 loc) · 4.94 KB
/
bonecold.html
File metadata and controls
89 lines (85 loc) · 4.94 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<title>bonecold profile</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://bootswatch.com/5/vapor/bootstrap.min.css">
<link rel="stylesheet" href="profile.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">Gamer Basement</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor01" aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav me-auto">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home
<span class="visually-hidden">(current)</span>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Games</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="apex.html">Apex Legend</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item" href="csgo.html">Counter-Strike: Global Offensive</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item" href="valorant.html">Valorant</a>
<!-- <div class="dropdown-divider"></div> -->
</div>
</li>
</ul>
<form class="d-flex">
<input id="searchResults" class="form-control me-sm-2" type="text" placeholder="Playername">
<button id="searchbtn" class="btn btn-secondary my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<div class="p-5 ms-5" style="margin-top: 50px;">
<p class="h1">bonecold</p>
</div>
<div class="container-fluid">
<div class="d-flex">
<div class="card border-secondary col-2" style="margin-left: 15em">
<img class="card-img-top" src="srcpack/VALORANT_Gamers/Acend/bonecold.png" alt="Card image" >
<div class="card-body">
<h3 class="card-title" style="text-align: center; ">bonecold</h4>
<p class="card-text h5" style="text-align: center; ">Main Character:Omen</p>
</div>
</div>
<div class="card border-danger col-6" style="margin-left: 10em;">
<div class="card-body">
<h1 class="card-title text-light">Gear</h1>
<hr style="background-color: white; height: 1px; border: none;">
<p class="card-text h3">Mouse - <a
href="https://www.amazon.com/gp/product/B087LP6F4Y/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B087LP6F4Y&linkId=8c7a6c2079f41120836f6347c049a74f" target="blank">
Logitech G Pro X Superlight </a></p>
<br>
<p class="card-text h3">Keyboard - <a href="https://www.amazon.com/gp/product/B06XMRQ68B/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B06XMRQ68B&linkId=f559896ba11f1bfe589a08514b28cd77" target="blank"> Logitech G Pro X Mechanical Keyboard</a></p>
<br>
<p class="card-text h3">Monitor - <a href="https://www.amazon.com/gp/product/B01MCYUV19/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B01MCYUV19&linkId=09138f4928fb022b3e814fb8a9da7c91" target="blank">BenQ XL2540</a></p>
</div>
<!-- <div class="card-footer">Footer</div> -->
</div>
</div>
</div>
<div class="container mt-5" style="margin-left: 14em;">
<p class="h1">PLAY OF THE GAME: </p>
</div>
<!-- if you want to add a new vedio,add <div class... <iframe... </div> -->
<!-- by the way,delete the below vedios -->
<div class="d-flex flex-nowrap my-5 justify-content-center">
<iframe width="800" height="550" src="https://www.youtube.com/embed/mFw3tXaHZ7I" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="profile.js"></script>
</body>
</html>