diff --git a/public/css/call.css b/public/css/call.css index bef469d..d4e61d9 100644 --- a/public/css/call.css +++ b/public/css/call.css @@ -1,250 +1,95 @@ -* { - padding: 0; - margin: 0; +body { + background-color: #FAFAFA; + color: white; + font-family: 'Poppins', sans-serif; } -html { - color: var(--color-black); -} -#topcover{ - background-color:aliceblue; + +#logo { width: 100%; } -#toppest { - max-width: 1200px; - text-align: end; - background-color:aliceblue; - margin: auto; - height: 30px; -} -#toppest h3 { - font-size: 16px; - color: var(--color-grey); - padding-top: 5px; -} -nav { - display: flex; - max-width: 1200px; +#logoDiv { + width: 12%; margin: auto; - justify-content: space-between; - margin-top: 20px; + margin-top: 25px; + /* border: 1px solid wheat; */ } -nav img { - width: 200px; -} -:root { - --color-white: #ffff; - --color-light: #f4f4f4; - --color-dark: #525252; - --color-black: #0B3558; - --color-primary: #006BFF; - --color-primary-light: rgba(28, 99, 242, 0.12); - --color-success: #22c857; - --color-warning: #ffce31; - --color-grey: rgb(71, 103, 136); +#videoDiv { + display: grid; + width: 80%; + margin: auto; + margin-top: 40px; + justify-content: space-between; + grid-template-columns: repeat(2, 1fr); + grid-auto-rows: auto; + gap: 5px; + place-items: center; + /* border: 1px solid white; */ } -#top_nav { - display: flex; - align-items: center; - gap: 50px; - font-size: 16px; - font-weight: 700; +video { + width: 99%; + height: 99%; + object-fit: cover; + border: 2px solid #a7a1a1; + border-radius: 2%; } -#acc_btn { +#controls { display: flex; + justify-content: center; align-items: center; } -#my_ac_btn { - border-radius: 5px; - background-color: var(--color-primary); - color: var(--color-light); - font-size: 20px; - border: none; - padding: 5px; - padding-inline: 8px; - font-weight: 600; - margin-left: 10px; - cursor: pointer; -} -.dialWrapper { - width: 50%; - display: flex; - flex-direction: column; -} -.dialNumpadHWrapper { - display: flex; - flex-direction: row; - justify-content: center; - align-items: stretch; -} -.dialNumber { - display: flex; - width: 100px; +.icon { + width: 50px; height: 50px; - align-items: center; - justify-content: center; cursor: pointer; } -.incomingWrapper { - width: 300px; - display: flex; - flex-direction: column; -} -.itemWrapper { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; -} -.actionButton{ - display: flex; - width: 100px; +#hide-audio { + width: 50px; height: 50px; - align-items: center; - justify-content: center; cursor: pointer; - font-size: 27px; - font-weight: 600; - color: var(--color-light); - background-color: var(--color-primary); - border-radius: 10px; - border: 2px solid var(--color-primary); -} -.actionButton:nth-child(2){ - color: red; - background-color: var(--color-light); - width: 50px; - border-radius: 50%; - margin-left: 100px; - border: 2px solid red; + background-color: white; + border-radius: 100%; + padding: 8px; + margin: 10px; margin-top: 40px; + border: 1px solid #a7a1a1; } -.actionButton:nth-child(1){ - color: green; - background-color: var(--color-light); +#hide-video { width: 50px; - border-radius: 50%; - border: 2px solid green; - margin-top: 40px; - -} -.dialActionButton { - display: flex; - width: 80px; - height: 40px; - align-items: center; - justify-content: center; - font-size:27px; + height: 50px; cursor: pointer; - font-weight: 600; - color: var(--color-light); - background-color: var(--color-primary); - border-radius: 10px; - border: 2px solid var(--color-primary); -} -#errorMessage { - color: red; -} -input{ - width: 450px; - border-radius: 5px; - border: 2px solid var(--color-primary); -} -::placeholder{ - color: var(--color-primary); -} -#answer{ -} -.itemWrapper > h2{ - font-size: 35px; - text-align: center; - width: 520px; -} -#callfor{ - display: flex; + background-color: white; + border-radius: 100%; + padding: 8px; + margin: 10px; + margin-top: 40px; + border: 1px solid #a7a1a1; } -#callfor h1{ - font-size: 70px; - margin-top: 20px; - color: #0c69eb; +#hangup { + background-color: white; + border-radius: 100%; + padding: 8px; + margin-top: 40px; + border: 1px solid #a7a1a1; } - -/* Footer Part */ - -#bye{ - display: flex; - justify-content: space-evenly; -width: 100%; -background-color: var(--color-black); -color: var(--color-light); -position: fixed; -bottom: 0; -height: 30px; -font-weight: 600; -} -#social{ - display: flex; - width: 10%; - justify-content: space-between; -} -.pops{ - font-size: 12px; - background-color: rgb(220, 235, 248); - padding: 3px; - border-radius: 12px; - color: var(--color-primary); -} -#eng h3{ - font-size: 16px; -} -#bye p{ - font-size: 16px; -} -#userInfo h1{ - font-size: 40px; - color: var(--color-grey); -} -#nameHere{ - font-size: 40px; - color: var(--color-primary); -} -#incoming i{ -color: var(--color-primary); -} -#incoming { - font-size: 40px; - color: var(--color-dark); -} -#otherUserNameC{ -font-size: 30px; +#hangup:hover, #hide-audio:hover, #hide-video:hover{ + background-color: #eeebeb; } -#oncall{ - font-size: 30px; -} -#callings{ - font-size: 40px; - color: var(--color-dark); -} -#call{ - width: 100%; -} -.dialActionButton{ -} -.dialNumber{ - padding-left: 40%; -} -#timer{ - font-size: 30px; + +h1{ + color: black; text-align: center; } -#otherUserNameC{ - font-size: 30px; + +#logoDiv{ + width: 20%; + margin: auto; } \ No newline at end of file diff --git a/public/home_page.js b/public/home_page.js deleted file mode 100644 index 8b13789..0000000 --- a/public/home_page.js +++ /dev/null @@ -1 +0,0 @@ - diff --git a/public/images/cam.png b/public/images/cam.png new file mode 100644 index 0000000..d800e4a Binary files /dev/null and b/public/images/cam.png differ diff --git a/public/images/mike.png b/public/images/mike.png new file mode 100644 index 0000000..56d8734 Binary files /dev/null and b/public/images/mike.png differ diff --git a/public/index.css b/public/index.css index 1be1d17..876122f 100644 --- a/public/index.css +++ b/public/index.css @@ -1,6 +1,14 @@ * { - padding: 0; margin: 0; + padding: 0; + box-sizing: border-box; + text-decoration: none; + list-style: none; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + letter-spacing: .4px; + line-height: 1.7; + transition: .4s ease-in; + font-size: 18px; } html { color: var(--color-black); @@ -10,7 +18,7 @@ html { width: 100%; } #toppest { - max-width: 1200px; +width: 100%; text-align: end; background-color:aliceblue; margin: auto; @@ -22,15 +30,6 @@ html { color: var(--color-grey); padding-top: 5px; } - -nav { - display: flex; - max-width: 1200px; - margin: auto; - justify-content: space-between; - margin-top: 20px; -} - #logo{ cursor: pointer; } @@ -38,6 +37,10 @@ nav { nav img { width: 200px; } +nav{ + width: 60%; + margin: auto; +} :root { --color-white: #ffff; --color-light: #f4f4f4; @@ -581,4 +584,78 @@ margin-top: 60px; } #bye p{ font-size: 16px; +} +@media (max-width:1000px) { + nav{ + width: 100% + } +#topcover{ + width: 100%; + +} +.slides img{ + width: 40%; +} +#nav2{ +display: none; +} +#mid_img{ + display: none; +} +#mid_dollar{ + width: 100%; +} +#mid_dollar p{ + line-height: 24px; +} +.scheduled{ + display: block; +} +#chris{ + display: block; +} +#blank img{ + width: 400px; + margin-left: 0px; +} +#au{ + display: block; +} +#vertical-line{ + display: none; +} +#auto{ + width: 80%; +} +#integration{ + display: block; +} +#int1 h1,#int1 p,#int1 button{ + margin-left: 0px; +} +#int1 button{ + height: 75px; +} +#int2 img{ +width: 400px; +margin-left: 0px; +} +#it_team{ + display: block; + padding: 20px; +} +#btn_to{ +display: block; +padding-right: 100px; +} +footer { +padding-inline: 10px; +} +footer h1{ + margin-top: 150px; + text-align: center; +} +#recov{ +margin: auto; +} } \ No newline at end of file diff --git a/public/index.html b/public/index.html index 583dc04..fed984f 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,5 @@ - @@ -18,42 +17,53 @@ - -

English

- - - + +

Easy

scheduling

ahead

-

Calendly is your scheduling automation platform for eliminating the back-and-forth emails for finding the +

MeetEase is your scheduling automation platform for eliminating the back-and-forth emails for finding the perfect time — and so much more.

-
@@ -274,7 +284,7 @@

Get started in seconds