-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
184 lines (173 loc) · 6.09 KB
/
index.html
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dashboard</title>
<link rel="icon" type="svg" href="/res/dashboard_icon.svg">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="header">
<div class="h-item-group">
<form class="h-item search" role="search" id="form">
<button class="search_">
<img src="res/search_icon.svg" alt="Search" />
</button>
<input
class="searchbar"
type="search"
name="q"
id="query"
placeholder=" "
aria-label="Search through site content"
/>
</form>
<div class="h-item alert">
<div class="notify-part">
<img src="res/alarm.svg" alt="notification" />
<div class="h-item profile">
<img src="res/fox.svg" alt="profilepic" />Tatsy Tots
</div>
</div>
</div>
<div class="h-item profile-big">
<img src="res/fox.svg" alt="profilepic-bigger" />
<div class="h-item name">
<p class="small-text">Hi there!</p>
<p class="username">Tatsy Tots (<a href=https://github.com/tatertotsey><img class='git' src="res/git.png" alt="git-logo"></a>tatertotsey)</p>
</div>
</div>
<div class="h-item buttons">
<button class="button new" type="button">New</button>
<button class="button upload" type="button">Upload</button>
<button class="button share" type="button">Share</button>
</div>
</div>
</header>
<nav class="sidebar">
<h2 class="sb-title">
<img src="res/dashboard_icon.svg" alt="icon" />Dashboard
</h2>
<div class="sb-top-group">
<div class="sb-top-item"><img src="res/home.svg" alt="icon" />Home</div>
<div class="sb-top-item">
<img src="res/profile.svg" alt="profile" />Profile
</div>
<div class="sb-top-item">
<img src="res/message.svg" alt="messages" />Messages
</div>
<div class="sb-top-item">
<img src="res/history.svg" alt="history" />History
</div>
<div class="sb-top-item">
<img src="res/tasks.svg" alt="tasks" />Tasks
</div>
<div class="sb-top-item">
<img src="res/communities.svg" alt="community" />Communities
</div>
</div>
<div class="sb-bottom-group">
<div class="sb-bottom-item">
<img src="res/settings.svg" alt="settings" />Settings
</div>
<div class="sb-bottom-item">
<img src="res/support.svg" alt="support" />Support
</div>
<div class="sb-bottom-item">
<img src="res/privacy.svg" alt="privacy" />Privacy
</div>
</div>
</nav>
<main class="main">
<div class="card-container">
<p class="main-title">My Projects</p>
<div class="cards">
<p class="description">Sign-Me-Up</p>
<a href="http://tatertotsey.github.io/sign-me-up/" target="_blank"
><img class="proj" src="res/sign.png" alt="sign-me-up"
/></a>
</div>
<div class="cards">
<p class="description">Etch-a-Sketch</p>
<a href="http://tatertotsey.github.io/etch-a-sketch/" target="_blank"
><img class="proj" src="res/etch.png" alt="etch-a-sketch"
/></a>
</div>
<div class="cards">
<p class="description">Calculator</p>
<a href="http://tatertotsey.github.io/calculator/" target="_blank"
><img class="proj" src="res/calc.png" alt="calculator"
/></a>
</div>
<div class="cards">
<p class="description">Rock Paper Scissors</p>
<a
href="https://tatertotsey.github.io/rock_paper_scissors/"
target="_blank"
><img class="proj" src="res/rps.png" alt="rock-paper"
/></a>
</div>
<div class="cards">
<p class="description">Placeholder</p>
<img
class="proj"
src="https://picsum.photos/id/400/440/250"
alt="sign-me-up"
/>
</div>
<div class="cards">
<p class="description">Placeholder</p>
<img
class="proj"
src="https://picsum.photos/id/401/440/250"
alt="sign-me-up"
/>
</div>
</div>
<div class="announce-container">
<p class="announce-title">Announcements</p>
<a
class="twitter-timeline"
data-lang="en"
data-width="350"
data-height="400"
href="https://twitter.com/davidebradford/lists/tech?ref_src=twsrc%5Etfw"
>A Twitter List by davidebradford</a
>
<script
async
src="https://platform.twitter.com/widgets.js"
charset="utf-8"
></script>
<!-- <div class="announce-items">A1</div>
<div class="announce-items">A2</div>
<div class="announce-items">A3</div> -->
</div>
<div class="trending-container">
<p class="trend-title">Trending</p>
<div class="trend-item">
<img src="res/james-bond.svg" alt="placeholder" />
<p class="username">@JamesBond</p>
<p class="small-text">Daniel Craig</p>
</div>
<div class="trend-item">
<img id="pp" src="res/judy-dench.jpeg" alt="placeholder" />
<p class="username">@JudiDench</p>
<p class="small-text">Judi Dench</p>
</div>
<div class="trend-item">
<img id="pp" src="res/lea_400x400.jpeg" alt="placeholder" />
<p class="username">@leasey_</p>
<p class="small-text">Lea Seydoux</p>
</div>
<div class="trend-item">
<img id="pp" src="res/rami.png" alt="placeholder" />
<p class="username">@malekrami</p>
<p class="small-text">Rami Malek</p>
</div>
</div>
</main>
</body>
</html>