-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f4cdac6
Showing
61 changed files
with
1,105 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"liveServer.settings.port": 5501 | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.