PotatoOff commited on
Commit
38da9fb
1 Parent(s): 6b538cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -23
README.md CHANGED
@@ -30,41 +30,40 @@ language:
30
  .header {
31
  display: flex;
32
  align-items: flex-start;
33
- gap: 30px; /* Increased spacing */
34
  }
35
  .header h1 {
36
- font-size: 18px;
37
  color: #E2E8F0;
38
  }
39
  .header img {
40
- flex-shrink: 0; /* Prevent resizing */
41
- max-width: 50%; /* Adjust based on preference */
 
 
42
  border-radius: 15px;
43
- max-height: 560px;
44
- margin-left: 2%;
45
- margin-right: 2%;
46
- transition: filter 0.4s ease; /* Smooth transition for the filter */
47
  }
48
  .header img:hover {
49
  filter: blur(1px); /* Apply a stronger blur on hover */
50
  }
51
  .info {
52
- background-color: #2D3748; /* Darker shade for elegant dark mode */
53
- color: #CBD5E0; /* Lighter text color for contrast */
54
- font-family: 'Fira Code', 'JetBrains Mono', monospace; /* Fira Code or JetBrains Mono font */
55
- padding: 30px 20px; /* Increased top margin and padding for spaciousness */
56
- border-radius: 10px; /* Rounded corners for a more elegant look */
57
- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Darker box shadow with increased opacity */
58
- font-size: 13px; /* Slightly larger font size for readability */
59
- line-height: 1.7; /* Improved line height for readability */
60
- max-width: 52%; /* Adjust based on preference */
61
  overflow-x: auto;
62
- margin-top: 40px; /* Added more margin on the top */
63
- border: 2px solid #4A90E2; /* Border with a suitable color for a 3D effect */
64
- transition: box-shadow 0.3s ease; /* Smooth transition for the box shadow */
65
  }
66
  .info:hover {
67
- box-shadow: 0 6px 14px rgba(0, 0, 0, 0.6), 0 0 24px rgba(74, 144, 226, 0.6); /* Glowing box shadow on hover */
68
  }
69
  .button {
70
  display: inline-block;
@@ -75,7 +74,7 @@ language:
75
  border-radius: 10px;
76
  cursor: pointer;
77
  text-decoration: none;
78
- margin-left: 60px;
79
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-image 0.3s ease; /* Updated transition */
80
  /* Added for a more sophisticated look */
81
  font-weight: bold; /* Make the text bold */
@@ -92,8 +91,8 @@ language:
92
  <body>
93
  <div class="container">
94
  <div class="header">
95
- <img src="https://cdn-uploads.huggingface.co/production/uploads/64e7616c7df33432812e3c57/PieKyxOEVyn0zrrNqVec_.webp" alt="Image">
96
  <div class="info">
 
97
  <h1>HamSter 0.2</h1>
98
  <p>
99
  👋 Uncensored fine tune model roleplay focused of "mistralai/Mistral-7B-v0.2 with the help of my team <a href="https://huggingface.co/ConvexAI" target="_blank">ConvexAI</a><br><br>
 
30
  .header {
31
  display: flex;
32
  align-items: flex-start;
33
+ gap: 20px;
34
  }
35
  .header h1 {
36
+ font-size: 24px;
37
  color: #E2E8F0;
38
  }
39
  .header img {
40
+ flex-shrink: 0;
41
+ margin-left: 25%;
42
+ width: 50%;
43
+ max-width: 50%;
44
  border-radius: 15px;
45
+ transition: filter 0.4s ease;
 
 
 
46
  }
47
  .header img:hover {
48
  filter: blur(1px); /* Apply a stronger blur on hover */
49
  }
50
  .info {
51
+ flex-grow: 1;
52
+ background-color: #2D3748;
53
+ color: #CBD5E0;
54
+ font-family: 'Fira Code', 'JetBrains Mono', monospace;
55
+ padding: 20px;
56
+ border-radius: 10px;
57
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
58
+ font-size: 17px;
59
+ line-height: 1.7;
60
  overflow-x: auto;
61
+ margin-top: 40px;
62
+ border: 2px solid #4A90E2;
63
+ transition: box-shadow 0.3s ease;
64
  }
65
  .info:hover {
66
+ box-shadow: 0 6px 14px rgba(0, 0, 0, 0.6), 0 0 24px rgba(74, 144, 226, 0.6);
67
  }
68
  .button {
69
  display: inline-block;
 
74
  border-radius: 10px;
75
  cursor: pointer;
76
  text-decoration: none;
77
+ margin-left: 15%;
78
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-image 0.3s ease; /* Updated transition */
79
  /* Added for a more sophisticated look */
80
  font-weight: bold; /* Make the text bold */
 
91
  <body>
92
  <div class="container">
93
  <div class="header">
 
94
  <div class="info">
95
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64e7616c7df33432812e3c57/PieKyxOEVyn0zrrNqVec_.webp" alt="Image">
96
  <h1>HamSter 0.2</h1>
97
  <p>
98
  👋 Uncensored fine tune model roleplay focused of "mistralai/Mistral-7B-v0.2 with the help of my team <a href="https://huggingface.co/ConvexAI" target="_blank">ConvexAI</a><br><br>