commit f8a33f044ea92c31a822841dc5ee2f5a5d052bc0 Author: jsriwongsa Date: Thu May 11 15:27:34 2023 -0500 added template1 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..17c1e96 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +template1/images/* \ No newline at end of file diff --git a/template1/style.css b/template1/style.css new file mode 100644 index 0000000..a2b97f7 --- /dev/null +++ b/template1/style.css @@ -0,0 +1,372 @@ +*{ + margin: 0; + padding: 0; + font-family: sans-serif; +} +#header{ + height: 100vh; + background-image: url(images/wall2.jpg); + background-position: center; + background-size: cover; +} +.container{ + margin-right: 50px; + margin-left: 50px; +} +.logo{ + margin-top: 30px; + width: 125px; +} +.header-text{ + max-width: 550px; + margin-top: 100px; + color: aliceblue; +} +h1{ + font-size: 30px; +} +.square{ + height: 12px; + width: 12px; + display: inline-block; + background: grey; + margin: 15px 0; +} +.common-btn{ + padding: 18px 40px; + background: transparent; + outline: none; + border: 2px solid grey; + font-weight: bold; + color: rgb(182, 203, 182); + font-size: 14px; + cursor: pointer; +} +p{ + font-size: 18px; +} +.header-text button{ + margin-top: 20px; + margin-bottom: 60px; +} +.line1{ + width: 100px; + height: 1px; + background: grey; + display: inline-block; +} +.line2{ + width: 80px; + height: 1px; + background: grey; + display: inline-block; +} +.line3{ + width: 60px; + height: 1px; + background: grey; + display: inline-block; +} +.line{ + line-height: 10px; +} +#sideNav{ + width: 250px; + height: 100vh; + position: fixed; + right: -250px; + top: 0; + background: rgb(175, 180, 175); + z-index: 2; + transition: 0.5s; +} +nav ul li{ + list-style: none; + margin: 50px 20px; +} +nav ul li a{ + text-decoration: none; + color: black; +} +#menuBtn{ + width: 50px; + position: fixed; + right: 65px; + top: 35px; + z-index: 2; + cursor: pointer; +} +/*------- about -------*/ +#about,#framwork{ + padding: 100px 0; + display: flex; + align-items: center; + flex-wrap: wrap; +} +.about-left-col{ + flex-basis: 50%; +} +.about-left-col img{ + width: 70%; +} +.about-right-col{ + flex-basis: 50%; + text-align: right; +} +.about-text{ + max-width: 650px; + margin-right: 100px; + display: inline-block; +} +.about-text h2{ + margin: 25px 0 10px; + font-size: 28px; + font-style: italic; +} +.about-text h3{ + font-size: 20px; + font-style: italic; +} + +/*------- features -------*/ +#features{ + padding-top: 50px; + padding-bottom: 50px; +} +.feature-row{ + width: 80%; + margin: auto; + display: flex; + align-items: center; + justify-content: space-around; + flex-wrap: wrap; +} +.feature-col{ + flex-basis: 25%; + text-align: center; +} +.feature-col{ + width: 100px; + +} +.feature-col img{ + width: 35%; +} +.feature-col h4{ + margin-bottom: 15px; + font-size: 20px; + font-weight: 400; +} +.feature-btn{ + margin: 80px auto 0; + display: flex; + align-items: flex-end; + justify-content: center; +} +.feature-btn .line{ + text-align: right; + display: inline-block; + margin-right: 25px; +} +/*------- applications -------*/ +#applications{ + padding: 100px 0; +} +.container-app-row{ + display: flex; + align-items: center; + flex-wrap: wrap; +} +.app-right-col{ + flex-basis: 50%; +} +.app-right-col img{ + width: 90%; +} +.app-left-col{ + flex-basis: 50%; +} +.app-text{ + max-width: 550px; + margin-left: 100px; + display: inline-block; +} +.app-text button{ + margin: 20px 0; +} +/*------- Framworks -------*/ +#framwork button{ +margin: 30px 0; +} +/*------- contact -------*/ +.cont-row{ + display: flex; + align-items: center; + flex-wrap: wrap; +} +.cont-left-col, .cont-right-col{ + flex-basis: 50%; +} +.cont-right-col img{ + width: 40%; +} +form{ + max-width: 350%; + margin: 30px 0; +} +form input{ + width: 85%; + padding: 12px 10px; + margin-bottom: 5px; + outline: none; + box-shadow: none; + box-sizing: border-box; + border: 2px solid gray; +} +.btn-box{ + width: 40%; + display: flex; + justify-content: space-between; +} +.btn-box button{ + flex-basis: 46%; + padding: 18px 0; +} + +/*------ footer -----*/ +#footer{ + padding: 50px 0 30px; +} +hr{ + width: 100%; + border: 0; + border-top: 1px solid gray; +} +.footer-row{ + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; +} +.footer-left-col{ + flex-basis: 50; + margin-top: 40px; +} +.footer-links{ + display: flex; + justify-content: space-between; + flex-wrap: wrap; +} +.link-title h4{ + font-size: 20px; + color: rgb(35, 42, 37); + margin-bottom: 20px; +} +.link-title small{ + font-size: 15px; + color: rgb(61, 69, 67); +} +/*social media*/ + +.social-icons{ + width: 50px; + position: fixed; + top: 50%; + left: 0; + transform: translateY(-50%); + z-index: 1; +} +.social-icons img{ + width: 65%; + display: block; + margin: 0 auto 10px; + cursor: pointer; +} +@media only screen and (max-width:770px){ + #header{ + background-image: none; + } + .container{ + margin-right: 50px; + margin-left: 50px; + } + .logo{ + margin-top: b25px; + width: 50px; + } + .header-text{ + margin-top: 50px; + color: black; + } + h1{ + font-size: 25px; + } + #menuBtn{ + width: 40px; + right: 50px; + } + .common-btn{ + padding: 10px 16px; + + } + .social-icons img{ + width: 40%; + margin: 15px auto; + } + .about-left-col, .about-right-col{ + flex-basis: 100%; + } + .about-left-col img{ + width: 70%; + margin-top: -200px; + } + .about-text{ + margin: 50px 50px 0; + display: inline-block; + } + .about-text h2{ + font-size: 18px; + } + .feature-col{ + flex-basis: 100%; + margin-bottom: 20px; + } + .app-left-col{ + flex-basis: 100%; + } + .app-right-col{ + flex-basis: 100%; + margin-top: 20%; + margin-bottom: 40%; + } + .cont-left-col, .cont-right-col{ + flex-basis: 100%; + } + .cont-right-col{ + margin-top: 50px; + } + .cont-right-col img{ + width: 50%; + } + form input{ + width: 85%; + padding: 12px 10px; + margin-bottom: 5px; + outline: none; + box-shadow: none; + box-sizing: border-box; + border: 2px solid gray; + } + .btn-box{ + width: 60%; + display: flex; + justify-content: space-between; + } + .btn-box button{ + flex-basis: 48%; + padding: 10px 0; + } + .footer-left-col{ + flex-basis: 100%; + } +} \ No newline at end of file diff --git a/template1/template1.html b/template1/template1.html new file mode 100644 index 0000000..6819c9a --- /dev/null +++ b/template1/template1.html @@ -0,0 +1,239 @@ + + + + + + Complete Website Design- HTML & CSS + + + + + + + + + +
+
+ +
+
+
+

About Us

+ +

Artificial intelligence is intelligence perceiving, synthesizing, and inferring information-demonstrated + by machines, as opposed to intelligence displayed by humans or by other animals. + Example tasks in which this is done include speech recognition, computer vision, translation between (natural) + languages, as well as other mappings of inputs.


+ +
+
+
+ +
+ +

"Machines will be capable, within twenty years, of doing any work a man can do."

+

-Herbert Simon-

+ +
+
+
+ + +
+
+
+ +

Deep Learning

+

Deep learning is part of a broader family of machine learning methods, + which is based on artificial neural networks with representation learning.

+
+ +
+ +

Facial recognition

+

A facial recognition system is a technology capable of matching + a human face from a digital image or a video frame against a database of faces.

+
+ +
+ +

Quantum Computing

+

Quantum computing is a rapidly-emerging technology that harnesses + the laws of quantum mechanics to solve problems too complex for classical computers.

+
+
+
+
+
+
+ +
+ +
+
+ + +
+
+
+
+

AI applications

+ +

AI and machine learning-enabled technologies are used in medicine, transportation, robotics, + science, education, the military, surveillance, finance and its regulation, agriculture, + entertainment, retail, customer service, and manufacturing.

+ +
+
+
+ +
+
+
+
+ + +
+
+
+ + +
+
+ +
+
+
+

Top 5 Frameworks for Integration AI
in App Development

+ +

The best frameworks for AI and machine learning development tasks that can employ + to stay ahead with the technological trends in 2023 are
TensorFlow, + Microsoft CNTK,Torch, Theano, and Caffe.

+ +
+
+
+ +
+
+
+
+ + +
+
+
+

Sign Up to join us

+
+ + + +
+ + +
+
+
+
+
+ +
+
+
+ +
+
+
+ + + + + + +
+ + + + +
+ + + + +