diff --git a/assets/css/style.css b/assets/css/style.css index ee3a21c..aa4fa17 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -204,8 +204,12 @@ h1, h2, h3, h4, h5, h6 { #hero { width: 100%; height: 100vh; - background: url("../img/hero-bg.jpg") top center; - background-size: cover; + background: url("../img/image-2.jpg") top center; + background-size: auto; + background-repeat: no-repeat; + background-size: 50%; + + } #hero:before { @@ -727,186 +731,34 @@ section { } /*-------------------------------------------------------------- -# Contact +# Coursework --------------------------------------------------------------*/ -.contact { - padding-bottom: 130px; -} - -.contact .info { - padding: 30px; - background: #fff; - width: 100%; - box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12); -} - -.contact .info i { - font-size: 20px; - color: #149ddd; - float: left; - width: 44px; - height: 44px; - background: #dff3fc; - display: flex; - justify-content: center; - align-items: center; - border-radius: 50px; - transition: all 0.3s ease-in-out; -} - -.contact .info h4 { - padding: 0 0 0 60px; - font-size: 22px; - font-weight: 600; - margin-bottom: 5px; - color: #050d18; -} - -.contact .info p { - padding: 0 0 10px 60px; - margin-bottom: 20px; - font-size: 14px; +.coursework h1 { + font-weight: 700; + font-size: 30px; color: #173b6c; } - -.contact .info .email p { - padding-top: 5px; -} - -.contact .info .social-links { - padding-left: 60px; -} - -.contact .info .social-links a { - font-size: 18px; - display: inline-block; - background: #333; - color: #fff; - line-height: 1; - padding: 8px 0; - border-radius: 50%; - text-align: center; - width: 36px; - height: 36px; - transition: 0.3s; - margin-right: 10px; -} - -.contact .info .social-links a:hover { - background: #149ddd; - color: #fff; +.coursework { + padding-left: 80px; } - -.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i { - background: #149ddd; - color: #fff; -} - -.contact .php-email-form { - width: 100%; - padding: 30px; - background: #fff; - box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12); -} - -.contact .php-email-form .form-group { - padding-bottom: 8px; -} - -.contact .php-email-form .validate { - display: none; - color: red; - margin: 0 0 15px 0; - font-weight: 400; - font-size: 13px; -} - -.contact .php-email-form .error-message { - display: none; - color: #fff; - background: #ed3c0d; - text-align: left; - padding: 15px; - font-weight: 600; -} - -.contact .php-email-form .error-message br + br { - margin-top: 25px; -} - -.contact .php-email-form .sent-message { - display: none; - color: #fff; - background: #18d26e; - text-align: center; - padding: 15px; - font-weight: 600; -} - -.contact .php-email-form .loading { - display: none; - background: #fff; - text-align: center; - padding: 15px; -} - -.contact .php-email-form .loading:before { - content: ""; - display: inline-block; - border-radius: 50%; - width: 24px; - height: 24px; - margin: 0 10px -6px 0; - border: 3px solid #18d26e; - border-top-color: #eee; - -webkit-animation: animate-loading 1s linear infinite; - animation: animate-loading 1s linear infinite; -} - -.contact .php-email-form input, .contact .php-email-form textarea { - border-radius: 0; - box-shadow: none; - font-size: 14px; -} - -.contact .php-email-form input { - height: 44px; -} - -.contact .php-email-form textarea { - padding: 10px 12px; -} - -.contact .php-email-form button[type="submit"] { - background: #149ddd; - border: 0; - padding: 10px 24px; - color: #fff; - transition: 0.4s; - border-radius: 4px; +.coursework .c { + list-style: circle; + padding: 0; } -.contact .php-email-form button[type="submit"]:hover { - background: #37b3ed; +.coursework .container { + display: flex; + flex-wrap: wrap; + list-style: none; + padding: 0; + margin: 0; + font-size: 15px; } +.coursework .list{ +font-family: "Poppins", sans-serif; -@-webkit-keyframes animate-loading { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(360deg); - } } -@keyframes animate-loading { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(360deg); - } -} /*-------------------------------------------------------------- # Breadcrumbs @@ -1042,34 +894,4 @@ section { /*-------------------------------------------------------------- # Footer ---------------------------------------------------------------*/ -#footer { - padding: 15px; - color: #f4f6fd; - font-size: 14px; - /* position: fixed; */ - left: 0; - bottom: 0; - width: 100%; - z-index: 9999; - background: #040b14; -} - -#footer .copyright { - text-align: center; -} - -#footer .credits { - padding-top: 5px; - text-align: center; - font-size: 13px; - color: #eaebf0; -} - -@media (max-width: 1199px) { - #footer { - position: static; - width: auto; - padding-right: 20px 15px; - } -} +--------------------------------------------------------------*/ \ No newline at end of file diff --git a/assets/img/image-2.jpg b/assets/img/image-2.jpg new file mode 100644 index 0000000..fe54501 Binary files /dev/null and b/assets/img/image-2.jpg differ diff --git a/assets/img/profile-img1.jpg b/assets/img/profile-img1.jpg new file mode 100644 index 0000000..07e43d5 Binary files /dev/null and b/assets/img/profile-img1.jpg differ diff --git a/gdtc-Day3 b/gdtc-Day3 new file mode 160000 index 0000000..87367c2 --- /dev/null +++ b/gdtc-Day3 @@ -0,0 +1 @@ +Subproject commit 87367c29c2e549756e0cd555a5aa811c07c1f029 diff --git a/index.html b/index.html index 326eec7..8f56436 100644 --- a/index.html +++ b/index.html @@ -34,8 +34,8 @@
-

Alex Smith

-

I'm

+

Khushi Kumari

+

I'm

@@ -47,45 +47,41 @@

Alex Smith

About

-

Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint - consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat sit - in iste officiis commodi quidem hic quas.

+

I am a student studying at Kalinga Institute of Industrial Technology. I am pursuing B.tech in computer + Science and System Engineering from this institute.A Web developer who creates website and web application.

- +
-

UI/UX Designer & Web Developer.

+

Web Developer.

- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et - dolore - magna aliqua. + I am a self-taught Fronted Web developer. + +

    -
  • Birthday: 1 May 1995
  • -
  • Website: www.example.com
  • -
  • Phone: +123 456 7890
  • -
  • City: City : New York, USA
  • +
  • Birthday: 14 December 2001
  • +
  • Country: India
  • +
  • Phone: +918789697045
  • +
  • City: Chaibasa, Jharkhand
    -
  • Age: 30
  • -
  • Degree: Master
  • -
  • PhEmailone: email@example.com
  • -
  • Freelance: Available
  • +
  • Age: 19
  • +
  • Degree: Undergraduate
  • +
  • Email: imkhushi1412@gmail.com

- Officiis eligendi itaque labore et dolorum mollitia officiis optio vero. Quisquam sunt adipisci omnis et - ut. Nulla accusantium dolor incidunt officia tempore. Et eius omnis. - Cupiditate ut dicta maxime officiis quidem quia. Sed et consectetur qui quia repellendus itaque neque. - Aliquid amet quidem ut quaerat cupiditate. Ab et eum qui repellendus omnis culpa magni laudantium dolores. + I am currently learning JAVA, Operating System and computer architecture. I am in 2nd year of Bachelor's degree. +

@@ -99,9 +95,7 @@

UI/UX Designer & Web Developer.

Facts

-

Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint - consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat sit - in iste officiis commodi quidem hic quas.

+

@@ -109,32 +103,24 @@

Facts

- 232 -

Happy Clients consequuntur quae

+ 15 +

CERTIFICATES

- 521 -

Projects adipisci atque cum quia aut

+ 10 +

PROJECTS

- 1,463 -

Hours Of Support aut commodi quaerat

-
-
- -
-
- - 15 -

Hard Workers rerum asperiores dolor

+ 5 +

WORKSHOP

@@ -149,9 +135,7 @@

Facts

Skills

-

Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint - consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat sit - in iste officiis commodi quidem hic quas.

+

I am always energetic and eager to learn new skills. I am honest and trustworthy. Some of the my technical skills.

@@ -187,25 +171,25 @@

Skills

- PHP 80% + C++ 70%
-
+
- WordPress/CMS 90% + SQL 80%
-
+
- Photoshop 55% + Ubuntu 70%
-
+
@@ -222,119 +206,58 @@

Skills

-

Services

-

Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint - consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat sit - in iste officiis commodi quidem hic quas.

+

PROJECTS

+

Some of my Projects are mentioned below.

-

Lorem Ipsum

-

Voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint - occaecati cupiditate non provident

+

PricePanel

+

This is a small project made with use of HTML & CSS. This project I have made while learning web development. + + +

-

Dolor Sitema

-

Minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo - consequat tarad limino ata

+

CRICKET SHEET SCORE MANAGEMENT

+

The project is made in C++. It uses file handling to store various information regarding runs, wickets, overs, extras, and many more. The program can display runs, wickets, names of batsmen and bowlers, overs, extras, economy of bowler etc.

-

Sed ut perspiciatis

-

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu - fugiat nulla pariatur

-
-
-
-

Magni Dolores

-

Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt - mollit anim id est laborum

+

Website of my School

+

This is a front-end Project made by me which shows the details of the school , details of faculty, + working here. It also has images and some videos of annual function and many more. +

-

Nemo Enim

-

At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium - voluptatum deleniti atque

-
-
-
-

Eiusmod Tempor

-

Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum - soluta nobis est eligendi

+

Shell Script - Grade System

+

This project contains the marks obtained by a student in one semester and also calculate + grade of particular student. +

-
- - -
-
- -
-

Contact

-

Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint - consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat sit - in iste officiis commodi quidem hic quas.

-
- -
- -
-
-
-
- - -
-
-
- - -
-
-
-
- - -
-
-
- - -
-
-
-
Loading
-
-
Your message has been sent. Thank you!
-
-
-
-
- -
- -
-
- - - - -
-
-
Designed & Developed by IncubateIND with ❤️ -
+
+
+ +
+

COURSEWORK

+
+
    +
  • Operating System
  • +
  • Computer Architecture and Organization
  • +
  • Database Management System
  • +
  • Design and Analysis of Algorithm
  • +
-
+ + + diff --git a/my-portfolio-KHUSHI b/my-portfolio-KHUSHI new file mode 160000 index 0000000..999ec15 --- /dev/null +++ b/my-portfolio-KHUSHI @@ -0,0 +1 @@ +Subproject commit 999ec15687fdfdb15a003895927da01745b09ad7