diff --git a/Bootstrap Blog/Media/Techverse.png b/Bootstrap Blog/Media/Techverse.png new file mode 100644 index 000000000..93a73a493 Binary files /dev/null and b/Bootstrap Blog/Media/Techverse.png differ diff --git a/Bootstrap Blog/Media/about1.jpg b/Bootstrap Blog/Media/about1.jpg new file mode 100644 index 000000000..f12df8990 Binary files /dev/null and b/Bootstrap Blog/Media/about1.jpg differ diff --git a/Bootstrap Blog/Media/about2.jpg b/Bootstrap Blog/Media/about2.jpg new file mode 100644 index 000000000..595da10ef Binary files /dev/null and b/Bootstrap Blog/Media/about2.jpg differ diff --git a/Bootstrap Blog/Media/about3.jpg b/Bootstrap Blog/Media/about3.jpg new file mode 100644 index 000000000..f7efda3fe Binary files /dev/null and b/Bootstrap Blog/Media/about3.jpg differ diff --git a/Bootstrap Blog/Media/about4.jpg b/Bootstrap Blog/Media/about4.jpg new file mode 100644 index 000000000..383637622 Binary files /dev/null and b/Bootstrap Blog/Media/about4.jpg differ diff --git a/Bootstrap Blog/Media/aboutTechverse.jpg b/Bootstrap Blog/Media/aboutTechverse.jpg new file mode 100644 index 000000000..c2b075818 Binary files /dev/null and b/Bootstrap Blog/Media/aboutTechverse.jpg differ diff --git a/Bootstrap Blog/Media/aboutTechverse2.jpg b/Bootstrap Blog/Media/aboutTechverse2.jpg new file mode 100644 index 000000000..4d7bc66b8 Binary files /dev/null and b/Bootstrap Blog/Media/aboutTechverse2.jpg differ diff --git a/Bootstrap Blog/Media/coding.jpg b/Bootstrap Blog/Media/coding.jpg new file mode 100644 index 000000000..02ebd804b Binary files /dev/null and b/Bootstrap Blog/Media/coding.jpg differ diff --git a/Bootstrap Blog/Media/development.jpg b/Bootstrap Blog/Media/development.jpg new file mode 100644 index 000000000..f21f76e41 Binary files /dev/null and b/Bootstrap Blog/Media/development.jpg differ diff --git a/Bootstrap Blog/Media/development2.jpg b/Bootstrap Blog/Media/development2.jpg new file mode 100644 index 000000000..af5f008d7 Binary files /dev/null and b/Bootstrap Blog/Media/development2.jpg differ diff --git a/Bootstrap Blog/Media/technology.jpg b/Bootstrap Blog/Media/technology.jpg new file mode 100644 index 000000000..e773c6bf2 Binary files /dev/null and b/Bootstrap Blog/Media/technology.jpg differ diff --git a/Bootstrap Blog/Media/technology2.jpg b/Bootstrap Blog/Media/technology2.jpg new file mode 100644 index 000000000..a0e9d5b68 Binary files /dev/null and b/Bootstrap Blog/Media/technology2.jpg differ diff --git a/Bootstrap Blog/README.md b/Bootstrap Blog/README.md new file mode 100644 index 000000000..b5779bf78 Binary files /dev/null and b/Bootstrap Blog/README.md differ diff --git a/Bootstrap Blog/about.html b/Bootstrap Blog/about.html new file mode 100644 index 000000000..47b4dfe5f --- /dev/null +++ b/Bootstrap Blog/about.html @@ -0,0 +1,202 @@ + + + + + + + About Techverse - World of Tech Geeks + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+

First featurette heading. It’ll blow your mind.

+

Some great placeholder content for the first featurette here. Imagine some exciting prose here.

+
+
+ Development + +
+
+ +
+ +
+
+

First featurette heading. It’ll blow your mind.

+

Some great placeholder content for the first featurette here. Imagine some exciting prose here.

+
+
+ Technology + +
+
+ +
+ +
+
+

First featurette heading. It’ll blow your mind.

+

Some great placeholder content for the first featurette here. Imagine some exciting prose here.

+
+
+ Coding + +
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/Bootstrap Blog/contact.html b/Bootstrap Blog/contact.html new file mode 100644 index 000000000..71742c16b --- /dev/null +++ b/Bootstrap Blog/contact.html @@ -0,0 +1,199 @@ + + + + + + + Contact Techverse + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Contact Us

+
+
+ + +
+
+ + +
+
+
Are you a Member?
+
+
+ + +
+
+
+
+ + +
+ +
+
+ + + + + + + + + + \ No newline at end of file diff --git a/Bootstrap Blog/index.html b/Bootstrap Blog/index.html new file mode 100644 index 000000000..f1b7d7609 --- /dev/null +++ b/Bootstrap Blog/index.html @@ -0,0 +1,290 @@ + + + + + + + Techverse - World of Tech Geeks + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ Development +

Web Development

+
Aug 15
+

This guide will help you master all the concepts related to Front End + Development.

+ Continue reading +
+
+ development1 + +
+
+
+
+
+
+ Learn Designing +

Concepts of CSS

+
Aug 31
+

This ultimate guide to CSS will help you master all the concepts of CSS and design great + layouts.

+ Continue reading +
+
+ development2 + +
+
+
+
+
+
+
+
+ Technology +

Leading Technologies

+
Aug 20
+

The current global technical industry has seen a lot of boom in technologies + like AI, ML, etc.

+ Continue reading +
+
+ development3 + +
+
+
+
+
+
+ Coding +

Data Structures

+
Aug 25
+

DSA is a very core and foundational subject for programmers to have a strong hand in.

+ Continue reading +
+
+ development4 + +
+
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/Bootstrap Blog/style.css b/Bootstrap Blog/style.css new file mode 100644 index 000000000..00ae7e3c7 --- /dev/null +++ b/Bootstrap Blog/style.css @@ -0,0 +1,129 @@ +@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap'); + +* +{ + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body +{ + margin: 0; + padding: 0; +} + +.navbar-brand +{ + font-family: 'Secular One', sans-serif; +} + +.navbar{ + position:fixed; + width:100%; + z-index: 1000000; + top:0; +} + +.techverse +{ + display: flex; + justify-content: space-between; + align-items: center; +} + +.blog +{ + margin-left: -15px; +} + +.logo +{ + height: 40px; + width: 40px; + padding: 5px; +} + +.carousel +{ + margin-top: 56px; +} + +#aboutContainer +{ + margin-top: 70px; + margin-bottom: 30px; +} + +.mt-auto +{ + height: 10vh; + background-color: black; + display: flex; + justify-content: space-between; + align-items: center; + padding: 20px; +} + +.social +{ + display: flex; + justify-content: space-between; + font-size: 20px; +} + +.social-link +{ + padding: 3px; + transition: transform 0.5s; +} + +.social-link :hover +{ + transform: scale(1.5); +} + +footer div.col-sm-4 +{ + padding: 3px; +} + +.footer-text +{ + margin: 0; + padding: 15px; +} + +.fa-solid +{ + padding: 7px; +} + +.contact-form +{ + display: flex; + flex-direction: column; + row-gap: 20px; +} + +.submit-button +{ + margin: 10px 0; +} + +.cust-foot +{ + position: fixed; + bottom: 0; + width: 100%; +} + +.custom-modal +{ + /* margin-top: 20vh; */ + /* position: absolute; */ + /* display: flex; + justify-content: center; + align-items: center; */ + z-index: 1000001; +} \ No newline at end of file diff --git a/gradle-wrapper.properties b/gradle-wrapper.properties new file mode 100644 index 000000000..61780e6e2 --- /dev/null +++ b/gradle-wrapper.properties @@ -0,0 +1,6 @@ +#Sat Apr 23 08:47:54 IST 2022 +distributionBase=GRADLE_USER_HOME +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip +distributionPath=wrapper/dists +zipStorePath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME