Spaces:
Running
Running
chokiproai
commited on
Update index.html
Browse files- index.html +14 -7
index.html
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
-
<html
|
3 |
|
4 |
<head>
|
5 |
<meta charset="utf-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
7 |
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet">
|
|
|
8 |
<title>Welcome to My Website</title>
|
9 |
<style>
|
10 |
body {
|
11 |
-
font-family:
|
12 |
margin: 0;
|
13 |
padding: 0;
|
14 |
background-color: #f0f0f0;
|
@@ -19,6 +20,7 @@
|
|
19 |
color: white;
|
20 |
padding: 20px;
|
21 |
text-align: center;
|
|
|
22 |
}
|
23 |
|
24 |
.header a {
|
@@ -29,6 +31,9 @@
|
|
29 |
max-width: 800px;
|
30 |
margin: auto;
|
31 |
padding: 20px;
|
|
|
|
|
|
|
32 |
}
|
33 |
|
34 |
.card {
|
@@ -36,6 +41,8 @@
|
|
36 |
border: none;
|
37 |
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
|
38 |
transition: all 0.3s ease;
|
|
|
|
|
39 |
}
|
40 |
|
41 |
.card:hover {
|
@@ -58,13 +65,13 @@
|
|
58 |
<body>
|
59 |
<header class="header">
|
60 |
<h1>Welcome to My Website (I'm so busy now! Wait for me, this will be the page containing all the projects!)</h1>
|
61 |
-
<p>This is an introductory website, aimed at helping more people use AI. If there is any website that is not working, please <a href="https://huggingface.co/spaces/ngoctuanai/project/discussions">contact me</a>.</p>
|
62 |
</header>
|
63 |
|
64 |
<div class="container">
|
65 |
<div class="card">
|
66 |
<div class="card-body">
|
67 |
-
<h5 class="card-title">1)🌟ChatGPT Free</h5>
|
68 |
<p class="card-text">https://github.com/chokiproai/ChatGPT-Plugins</p>
|
69 |
<a href="https://34cn89-3000.csb.app" class="btn" target="_blank">Start</a>
|
70 |
</div>
|
@@ -72,13 +79,13 @@
|
|
72 |
|
73 |
<div class="card">
|
74 |
<div class="card-body">
|
75 |
-
<h5 class="card-title">2)🌟</h5>
|
76 |
-
<p class="card-text">
|
77 |
<a href="#" class="btn" target="_blank">Start</a>
|
78 |
</div>
|
79 |
</div>
|
80 |
|
81 |
-
|
82 |
</div>
|
83 |
|
84 |
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
|
4 |
<head>
|
5 |
<meta charset="utf-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
7 |
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet">
|
8 |
+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
|
9 |
<title>Welcome to My Website</title>
|
10 |
<style>
|
11 |
body {
|
12 |
+
font-family: 'Roboto', sans-serif;
|
13 |
margin: 0;
|
14 |
padding: 0;
|
15 |
background-color: #f0f0f0;
|
|
|
20 |
color: white;
|
21 |
padding: 20px;
|
22 |
text-align: center;
|
23 |
+
border-bottom: 5px solid #0056b3;
|
24 |
}
|
25 |
|
26 |
.header a {
|
|
|
31 |
max-width: 800px;
|
32 |
margin: auto;
|
33 |
padding: 20px;
|
34 |
+
display: flex;
|
35 |
+
flex-wrap: wrap;
|
36 |
+
justify-content: space-between;
|
37 |
}
|
38 |
|
39 |
.card {
|
|
|
41 |
border: none;
|
42 |
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
|
43 |
transition: all 0.3s ease;
|
44 |
+
flex: 0 0 calc(50% - 20px);
|
45 |
+
max-width: calc(50% - 20px);
|
46 |
}
|
47 |
|
48 |
.card:hover {
|
|
|
65 |
<body>
|
66 |
<header class="header">
|
67 |
<h1>Welcome to My Website (I'm so busy now! Wait for me, this will be the page containing all the projects!)</h1>
|
68 |
+
<p>This is an introductory website, aimed at helping more people use AI. If there is any website that is not working, please <a href="https://huggingface.co/spaces/ngoctuanai/project/discussions" target="_blank">contact me</a>.</p>
|
69 |
</header>
|
70 |
|
71 |
<div class="container">
|
72 |
<div class="card">
|
73 |
<div class="card-body">
|
74 |
+
<h5 class="card-title">1) 🌟ChatGPT Free</h5>
|
75 |
<p class="card-text">https://github.com/chokiproai/ChatGPT-Plugins</p>
|
76 |
<a href="https://34cn89-3000.csb.app" class="btn" target="_blank">Start</a>
|
77 |
</div>
|
|
|
79 |
|
80 |
<div class="card">
|
81 |
<div class="card-body">
|
82 |
+
<h5 class="card-title">2) 🌟</h5>
|
83 |
+
<p class="card-text">Project description goes here.</p>
|
84 |
<a href="#" class="btn" target="_blank">Start</a>
|
85 |
</div>
|
86 |
</div>
|
87 |
|
88 |
+
<!-- Add more cards as needed -->
|
89 |
</div>
|
90 |
|
91 |
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
|