kimsungwook commited on
Commit
0a5a98a
·
verified ·
1 Parent(s): 586ea54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -10
README.md CHANGED
@@ -1,10 +1,66 @@
1
- ---
2
- title: README
3
- emoji: 👀
4
- colorFrom: purple
5
- colorTo: indigo
6
- sdk: static
7
- pinned: false
8
- ---
9
-
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Dnotitia on Hugging Face</title>
7
+ <style>
8
+ body {
9
+ background-color: #f4f4f4;
10
+ font-family: Arial, sans-serif;
11
+ display: flex;
12
+ justify-content: center;
13
+ align-items: center;
14
+ height: 100vh;
15
+ margin: 0;
16
+ }
17
+ .card {
18
+ background-color: white;
19
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
20
+ border-radius: 12px;
21
+ padding: 20px;
22
+ max-width: 400px;
23
+ text-align: center;
24
+ }
25
+ .logo img {
26
+ max-width: 80%;
27
+ height: auto;
28
+ margin-bottom: 20px;
29
+ }
30
+ .title {
31
+ font-size: 24px;
32
+ font-weight: bold;
33
+ margin-bottom: 10px;
34
+ }
35
+ .description {
36
+ font-size: 16px;
37
+ color: #555;
38
+ margin-bottom: 20px;
39
+ }
40
+ .link {
41
+ background-color: #007bff;
42
+ color: white;
43
+ padding: 10px 20px;
44
+ text-decoration: none;
45
+ border-radius: 5px;
46
+ font-weight: bold;
47
+ }
48
+ .link:hover {
49
+ background-color: #0056b3;
50
+ }
51
+ </style>
52
+ </head>
53
+ <body>
54
+ <div class="card">
55
+ <div class="logo">
56
+ <img src="https://github.com/user-attachments/assets/f4dd40d4-78ca-4b4e-932d-330f76ea6e1e
57
+ " alt="Dnotitia Logo">
58
+ </div>
59
+ <div class="title">Dnotitia</div>
60
+ <div class="description">
61
+ Welcome to the official Hugging Face organization page of Dnotitia. We specialize in innovative AI solutions and empower businesses with state-of-the-art technologies.
62
+ </div>
63
+ <a href="https://huggingface.co/Dnotitia" class="link" target="_blank">Visit Us on Hugging Face</a>
64
+ </div>
65
+ </body>
66
+ </html>