Skip to content

Commit

Permalink
kirilllive
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirilllive committed Sep 18, 2024
1 parent 6a47500 commit 201992a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Binary file modified .DS_Store
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.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
body{
background-image: linear-gradient(320deg,rgba(139,52,206,0) 40%,rgba(139,52,206,1) 100%),linear-gradient(70deg,#4a54b3 16%,#b7a9f2 90%);
width: minmax(max-content, 100%);
min-height: 100vh;
min-height: 100vh;background-attachment: fixed;
}
.button{
padding:8px 16px 6px 16px;
Expand All @@ -43,9 +43,9 @@
color:#4a54b3;
}
.box{
margin:64px auto 0px auto;
margin:64px auto 64px auto;
width:100%;
max-width:940px;
max-width:640px;
background-color:rgba(255,255,255,0.2);
border-radius: 12px;
border-top:1px solid rgba(255,255,255,0.5);
Expand All @@ -55,16 +55,16 @@
</style>
</head>
<body>
<div style="margin:16px auto -15px auto;width:max-content;">
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="auto" viewBox="0 0 680 680">
<div style="margin:16px auto -32px auto;width:max-content;">
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="auto" viewBox="0 0 680 680">
<path fill="#fff" d="M659.1,435.1L563,531.3,370.6,339,563,146.6l96.1,96.1L563,339ZM244.8,215L341,118.8,437.1,215,341,311.1ZM117,531.3L20.8,435.1,117,339,20.8,242.8,117,146.6,309.3,339ZM437.1,465L341,561.1,244.8,465,341,368.8Z"/>
</svg>
</div>
<div style="color:#fff;font-family:Impact;font-size:24px;margin:0px auto;width:max-content">Event Scheduling</div>
<div style="color:#fff;font-family:Impact;font-size:32px;margin:0px auto;width:max-content">Event Scheduling</div>
<div class="box">
<div style="display:grid; grid-template-columns:50% 50%;width:100%;padding:8px;">
<div style="width:100%;display:flex;justify-content:center;align-items:start;padding:14px;">
<img style="width:100%;height:100%;object-fit: cover;border-radius:6px;" src='img/20170611_175244.jpg' >
<div style="display:grid; grid-template-columns:100%;width:100%;padding:8px;">
<div style="width:100%;display:flex;justify-content:center;align-items:start;padding:8px;">
<!-- <a href='Event Horizons.html' target='_blank'><img style="width:100%;height:100%;object-fit: cover;border-radius:6px;" src='img/361066140-eb10abd9-87d5-4c5e-8767-a70e67da8b47.png'></a>-->
</div>
<div style="width:100%;display:block;padding:14px;">
<p style="color:#fff;"><b>Event Scheduling</b> web-based software for organizing envelopes, conferences, fest, expos and other events. You can schedule an event by dividing it into days, zones and events. Using the drag and drop interface, you can easily change the time, location, and duration of an event. Automatic sorting and time correction will allow you to easily distribute many events.</p><br>
Expand Down

0 comments on commit 201992a

Please sign in to comment.