Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rythmn1111 committed Oct 17, 2023
0 parents commit f4cdac6
Show file tree
Hide file tree
Showing 61 changed files with 1,105 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
Binary file added 1/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1/favicon.ico
Binary file not shown.
22 changes: 22 additions & 0 deletions 1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Contact us</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">

</head>
<body>
<!-- partial:index.partial.html -->
<!-- <h1></h1> -->
<div class="card">
<p>Co-Founder, <strong>Avinash Sadana</strong> <br>+91 97261 45454 <br>[email protected]</p>

</div>
<!-- partial -->

</body>
</html>
50 changes: 50 additions & 0 deletions 1/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
:root {
font-size: 20px;
box-sizing: inherit;
}

*,
*:before,
*:after {
box-sizing: inherit;
}

p {
margin: 0;
}

p:not(:last-child) {
margin-bottom: 1.5em;
}

body {
font: 1em/1.618 Inter, sans-serif;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
padding: 30px;
color: #224;
background: url(4.jpg) center/cover no-repeat fixed;
}

.card {
max-width: 300px;
min-height: 200px;
display: flex;
flex-direction: column;
justify-content: space-between;
max-width: 500px;
height: 300px;
padding: 35px;
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 20px;
background-color: rgba(255, 255, 255, 0.45);
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(15px);
}

.card-footer {
font-size: 0.65em;
color: #446;
}
Binary file added 2022-glassmorphism-simple-card-ui.zip
Binary file not shown.
Binary file added WeDesi_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f4cdac6

Please sign in to comment.