Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4ebd757

Browse files
committed
fix folder structure
1 parent946e5d6 commit4ebd757

File tree

304 files changed

+448
-448
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

304 files changed

+448
-448
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 92 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,92 @@
1-
<!-- Build Glass Website with HTML and CSS Tutorial by Simo Edwin - Dev Ed (2021)
2-
see: https://www.youtube.com/watch?v=O7WbVj5apxU -->
3-
4-
<!DOCTYPE html>
5-
<htmllang="en">
6-
<head>
7-
<metacharset="UTF-8"/>
8-
<metaname="viewport"content="width=device-width, initial-scale=1.0"/>
9-
<title>Glass Dashboard</title>
10-
<linkrel="preconnect"href="https://fonts.gstatic.com"/>
11-
<link
12-
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap"
13-
rel="stylesheet"
14-
/>
15-
<linkrel="stylesheet"href="./style.css"/>
16-
</head>
17-
<body>
18-
<mainclass="content">
19-
<sectionclass="container">
20-
<divclass="dashboard">
21-
<divclass="user">
22-
<img
23-
src="https://randomuser.me/api/portraits/women/44.jpg"
24-
alt=""
25-
/>
26-
<h3>Dagny Taggart</h3>
27-
<p>Pro Member</p>
28-
</div>
29-
<divclass="links">
30-
<divclass="link">
31-
<imgsrc="https://github.com/developedbyed/glass-website/blob/master/images/twitch.png?raw=true"alt=""/>
32-
<h2>Streams</h2>
33-
</div>
34-
<divclass="link">
35-
<imgsrc="https://github.com/developedbyed/glass-website/blob/master/images/steam.png?raw=true"alt=""/>
36-
<h2>Games</h2>
37-
</div>
38-
<divclass="link">
39-
<imgsrc="https://github.com/developedbyed/glass-website/blob/master/images/upcoming.png?raw=true"alt=""/>
40-
<h2>New</h2>
41-
</div>
42-
<divclass="link">
43-
<imgsrc="https://github.com/developedbyed/glass-website/blob/master/images/library.png?raw=true"alt=""/>
44-
<h2>Library</h2>
45-
</div>
46-
</div>
47-
<divclass="pro">
48-
<h2>Join pro for more games.</h2>
49-
<imgsrc="https://github.com/developedbyed/glass-website/blob/master/images/controller.png?raw=true"alt=""/>
50-
</div>
51-
</div>
52-
<divclass="games">
53-
<divclass="status">
54-
<h1>Active Games</h1>
55-
<inputtype="text"/>
56-
</div>
57-
<divclass="cards">
58-
<divclass="card">
59-
<imgsrc="https://images.unsplash.com/photo-1610987630265-35804332a182?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=334&q=80"alt=""/>
60-
<divclass="card-info">
61-
<h2>Assassin's Creed Valhalla</h2>
62-
<p>PS5 Version</p>
63-
<divclass="progress"></div>
64-
</div>
65-
<h2class="percentage">60%</h2>
66-
</div>
67-
<divclass="card">
68-
<imgsrc="https://images.unsplash.com/photo-1572936947445-4f3f519289cf?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80"alt=""/>
69-
<divclass="card-info">
70-
<h2>Sackboy: A Big Adventure</h2>
71-
<p>PS5 Version</p>
72-
<divclass="progress"></div>
73-
</div>
74-
<h2class="percentage">60%</h2>
75-
</div>
76-
<divclass="card">
77-
<imgsrc="https://images.unsplash.com/photo-1505925456693-124134d66749?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80"alt=""/>
78-
<divclass="card-info">
79-
<h2>Marvel's Spider-Man: Miles Morales</h2>
80-
<p>PS5 Version</p>
81-
<divclass="progress"></div>
82-
</div>
83-
<h2class="percentage">60%</h2>
84-
</div>
85-
</div>
86-
</div>
87-
</section>
88-
</main>
89-
<divclass="circle1"></div>
90-
<divclass="circle2"></div>
91-
</body>
92-
</html>
1+
<!-- Build Glass Website with HTML and CSS Tutorial by Simo Edwin - Dev Ed (2021)
2+
see: https://www.youtube.com/watch?v=O7WbVj5apxU -->
3+
4+
<!DOCTYPE html>
5+
<htmllang="en">
6+
<head>
7+
<metacharset="UTF-8"/>
8+
<metaname="viewport"content="width=device-width, initial-scale=1.0"/>
9+
<title>Glass Dashboard</title>
10+
<linkrel="preconnect"href="https://fonts.gstatic.com"/>
11+
<link
12+
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap"
13+
rel="stylesheet"
14+
/>
15+
<linkrel="stylesheet"href="./style.css"/>
16+
</head>
17+
<body>
18+
<mainclass="content">
19+
<sectionclass="container">
20+
<divclass="dashboard">
21+
<divclass="user">
22+
<img
23+
src="https://randomuser.me/api/portraits/women/44.jpg"
24+
alt=""
25+
/>
26+
<h3>Dagny Taggart</h3>
27+
<p>Pro Member</p>
28+
</div>
29+
<divclass="links">
30+
<divclass="link">
31+
<imgsrc="https://github.com/developedbyed/glass-website/blob/master/images/twitch.png?raw=true"alt=""/>
32+
<h2>Streams</h2>
33+
</div>
34+
<divclass="link">
35+
<imgsrc="https://github.com/developedbyed/glass-website/blob/master/images/steam.png?raw=true"alt=""/>
36+
<h2>Games</h2>
37+
</div>
38+
<divclass="link">
39+
<imgsrc="https://github.com/developedbyed/glass-website/blob/master/images/upcoming.png?raw=true"alt=""/>
40+
<h2>New</h2>
41+
</div>
42+
<divclass="link">
43+
<imgsrc="https://github.com/developedbyed/glass-website/blob/master/images/library.png?raw=true"alt=""/>
44+
<h2>Library</h2>
45+
</div>
46+
</div>
47+
<divclass="pro">
48+
<h2>Join pro for more games.</h2>
49+
<imgsrc="https://github.com/developedbyed/glass-website/blob/master/images/controller.png?raw=true"alt=""/>
50+
</div>
51+
</div>
52+
<divclass="games">
53+
<divclass="status">
54+
<h1>Active Games</h1>
55+
<inputtype="text"/>
56+
</div>
57+
<divclass="cards">
58+
<divclass="card">
59+
<imgsrc="https://images.unsplash.com/photo-1610987630265-35804332a182?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=334&q=80"alt=""/>
60+
<divclass="card-info">
61+
<h2>Assassin's Creed Valhalla</h2>
62+
<p>PS5 Version</p>
63+
<divclass="progress"></div>
64+
</div>
65+
<h2class="percentage">60%</h2>
66+
</div>
67+
<divclass="card">
68+
<imgsrc="https://images.unsplash.com/photo-1572936947445-4f3f519289cf?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80"alt=""/>
69+
<divclass="card-info">
70+
<h2>Sackboy: A Big Adventure</h2>
71+
<p>PS5 Version</p>
72+
<divclass="progress"></div>
73+
</div>
74+
<h2class="percentage">60%</h2>
75+
</div>
76+
<divclass="card">
77+
<imgsrc="https://images.unsplash.com/photo-1505925456693-124134d66749?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80"alt=""/>
78+
<divclass="card-info">
79+
<h2>Marvel's Spider-Man: Miles Morales</h2>
80+
<p>PS5 Version</p>
81+
<divclass="progress"></div>
82+
</div>
83+
<h2class="percentage">60%</h2>
84+
</div>
85+
</div>
86+
</div>
87+
</section>
88+
</main>
89+
<divclass="circle1"></div>
90+
<divclass="circle2"></div>
91+
</body>
92+
</html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp