-
Notifications
You must be signed in to change notification settings - Fork 1
/
share-data.html
51 lines (50 loc) · 1.72 KB
/
share-data.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="shortcut icon" href="./utils/images/logo.png" type="image/png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>YTU Technology and Entrepreneurship Conference - 2021</title>
<meta name="keywords" content="html, css, javascript" />
<meta
name="description"
content="YTU Technology and Entrepreneurship Conference - 2021"
/>
<!-- Google Font -->
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap"
rel="stylesheet"
crossorigin="anonymous"
/>
<link
href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@700;800;900&display=swap"
rel="stylesheet"
crossorigin="anonymous"
/>
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- Mobile CSS -->
<link rel="stylesheet" href="css/global.css" />
<link rel="stylesheet" href="css/main.css" />
<!-- Desktop CSS -->
<link rel="stylesheet" media="(min-width:768px)" href="css/desktop.css" />
</head>
<body class="flex-column-center">
<pre style="word-wrap: break-word; white-space: pre-wrap">
._elevio_article_title
{
color: #006fff!important ;
}
svg{
fill: #006fff!important;
}
</pre>
</body>
</html>