Add profile-readme.html
This commit is contained in:
parent
cba2f3934d
commit
52bf6a0728
1 changed files with 66 additions and 0 deletions
66
profile-readme.html
Normal file
66
profile-readme.html
Normal file
|
@ -0,0 +1,66 @@
|
|||
<body>
|
||||
<style>
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: 100vh;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.user-card {
|
||||
max-width: fit-content;
|
||||
min-width: 600px;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
background: var(--readme-bg);
|
||||
padding: 1.5rem;
|
||||
border-radius: 8px;
|
||||
border: 1px solid var(--border-color);
|
||||
|
||||
margin-top: 2rem;
|
||||
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.avatar-status-wrapper {
|
||||
display: unset;
|
||||
}
|
||||
|
||||
.avatar-wrapper {
|
||||
padding-bottom: 20px;
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
.user-info {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.activity-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.activity {
|
||||
background: var(--readme-bg);
|
||||
}
|
||||
|
||||
.activity:hover {
|
||||
background: var(--readme-bg);
|
||||
}
|
||||
|
||||
.readme {
|
||||
min-width: 600px;
|
||||
}
|
||||
|
||||
.app {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
<div class="app">
|
||||
<h2>A Dedicated Backend Developer</h2>
|
||||
<p>With a passsion for high-fidelity audio, gaming, and web development.</p>
|
||||
</div>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue