Skip to content

Commit b36459c

Browse files
authored
fix pictures
1 parent 0d44ca9 commit b36459c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

55-glass dashboard/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link rel="stylesheet" href="./style.css" />
1616
</head>
1717
<body>
18-
<main class="content">
18+
<main class="content">
1919
<section class="container">
2020
<div class="dashboard">
2121
<div class="user">
@@ -28,25 +28,25 @@ <h3>Dagny Taggart</h3>
2828
</div>
2929
<div class="links">
3030
<div class="link">
31-
<img src="./images/twitch.png" alt="" />
31+
<img src="https://github.com/developedbyed/glass-website/blob/master/images/twitch.png?raw=true" alt="" />
3232
<h2>Streams</h2>
3333
</div>
3434
<div class="link">
35-
<img src="./images/steam.png" alt="" />
35+
<img src="https://github.com/developedbyed/glass-website/blob/master/images/steam.png?raw=true" alt="" />
3636
<h2>Games</h2>
3737
</div>
3838
<div class="link">
39-
<img src="./images/upcoming.png" alt="" />
39+
<img src="https://github.com/developedbyed/glass-website/blob/master/images/upcoming.png?raw=true" alt="" />
4040
<h2>New</h2>
4141
</div>
4242
<div class="link">
43-
<img src="./images/library.png" alt="" />
43+
<img src="https://github.com/developedbyed/glass-website/blob/master/images/library.png?raw=true" alt="" />
4444
<h2>Library</h2>
4545
</div>
4646
</div>
4747
<div class="pro">
4848
<h2>Join pro for more games.</h2>
49-
<img src="./images/controller.png" alt="" />
49+
<img src="https://github.com/developedbyed/glass-website/blob/master/images/controller.png?raw=true" alt="" />
5050
</div>
5151
</div>
5252
<div class="games">
@@ -56,7 +56,7 @@ <h1>Active Games</h1>
5656
</div>
5757
<div class="cards">
5858
<div class="card">
59-
<img src="https://source.unsplash.com/random/300x300" alt="" />
59+
<img src="https://images.unsplash.com/photo-1610987630265-35804332a182?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=334&q=80" alt="" />
6060
<div class="card-info">
6161
<h2>Assassin's Creed Valhalla</h2>
6262
<p>PS5 Version</p>
@@ -65,7 +65,7 @@ <h2>Assassin's Creed Valhalla</h2>
6565
<h2 class="percentage">60%</h2>
6666
</div>
6767
<div class="card">
68-
<img src="https://source.unsplash.com/random/301x301" alt="" />
68+
<img src="https://images.unsplash.com/photo-1572936947445-4f3f519289cf?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80" alt="" />
6969
<div class="card-info">
7070
<h2>Sackboy: A Big Adventure</h2>
7171
<p>PS5 Version</p>
@@ -74,7 +74,7 @@ <h2>Sackboy: A Big Adventure</h2>
7474
<h2 class="percentage">60%</h2>
7575
</div>
7676
<div class="card">
77-
<img src="https://source.unsplash.com/random/302x302" alt="" />
77+
<img src="https://images.unsplash.com/photo-1505925456693-124134d66749?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80" alt="" />
7878
<div class="card-info">
7979
<h2>Marvel's Spider-Man: Miles Morales</h2>
8080
<p>PS5 Version</p>

0 commit comments

Comments
 (0)