diff --git a/utkarsh_jeet/Probation-Projects-2024 b/utkarsh_jeet/Probation-Projects-2024 new file mode 160000 index 0000000..e198b3b --- /dev/null +++ b/utkarsh_jeet/Probation-Projects-2024 @@ -0,0 +1 @@ +Subproject commit e198b3b05cddf4979c27e1076306f572902821de diff --git a/utkarsh_jeet/index.html b/utkarsh_jeet/index.html new file mode 100644 index 0000000..78fb8dd --- /dev/null +++ b/utkarsh_jeet/index.html @@ -0,0 +1,144 @@ + + + + Sora AI + + + + + + + + + + +
+ +
+ + +
+
+
+
+ + +

Generate Videos Using Text

+

Sora AI helps you to Generate Real Looking Videos Using Text-Prompts. You can Genrate A Video with Sound and Edit it as you want. Hope You Enjoy!

+ +
+ +
+
+ + +
+
+ ai image +
+
+ +
+
+ +
+ + + + + +
+ +
+ + + + +
+ +
+

Features
Why SORA AI?

+
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/utkarsh_jeet/style.css b/utkarsh_jeet/style.css new file mode 100644 index 0000000..5f7aceb --- /dev/null +++ b/utkarsh_jeet/style.css @@ -0,0 +1,120 @@ +@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&family=Lexend+Deca:wght@100;200;300;400;500;600;700&family=Montserrat:wght@400;700&family=Mulish:wght@300&family=Poppins:wght@300;400;600&family=Urbanist:wght@300;400;600;700;800;900&display=swap'); + + +*{ + margin: 0; + padding: 0; + box-sizing: border-box; + + font-family: "Urbanist", sans-serif; +} + +:root{ + --bs-dark-color: #1a1d20; + --bs-dark-primary:#000000; + --bs-main-color:#fff; + --bs-primary-color:#c6c6c6; + --secondary-color: #29a9fd; + --bs-supporting-color: #C850C0; +} + +h1, h2,h3,h4,h5{ + font-family: 'Lexend Deca', sans-serif; + color: var( --bs-dark-color); +} + +h1{ + font-size: 3.8rem; +} + +h2{ + line-height: 3rem; + font-weight: 600; + font-size: 3.4rem; +} + +p{ + margin: 0; + font-weight: 400; + font-size: 1rem; + color: var( --bs-dark-color); + letter-spacing: 0.07rem; + line-height: 1.55rem; + font-synthesis: none; + text-rendering: optimizeLegibility; +} + +a{ + text-decoration: none; +} + +li{ + list-style: none; +} +.nav-link{ + color: var(--bs-main-color); + font-weight: bold; +} + +.nav-link:hover{ + color: var(--secondary-color); + +} + + +/*hero section*/ + +.hero-section .container{ + display: grid; + place-content: center; + height: inherit; +} + +.bg-main{ + height: 80vh; + position: relative; + +} + + +.bg-color{ + background-color: var(--bs-dark-primary); +} + +.bg-theme{ + + color: var( --bs-supporting-color); + background-image: none!important; +} + +.text-light-grey{ + color: var(--bs-primary-color); +} + +.hero-img--section{ + + + width: 20rem; + border-radius: 2rem; +} + +.custom-shape-divider-bottom-1728932034 { + position: absolute; + bottom: 0; + left: 0; + width: 100%; + overflow: hidden; + line-height: 0; + transform: rotate(180deg); +} + +.custom-shape-divider-bottom-1728932034 svg { + position: relative; + display: block; + width: calc(100% + 1.3px); + height: 85px; +} + +.custom-shape-divider-bottom-1728932034 .shape-fill { + fill: #FFFFFF; +} \ No newline at end of file