diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..7cfa63b --- /dev/null +++ b/css/index.css @@ -0,0 +1,53 @@ +body { + font-family: Lato, sans-serif; +} + +#navbar-toggler-icon { + color: #FFA500; + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 5 32 23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#FFA500' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); +} +.navbar-right { + margin-right: 0; +} +.navbar-custom { + padding: 10px; + background: #000, rgba(0,0,0,0.3); +} +.nav-item, .navbar-brand { + padding-left: 20px; + padding-right: 20px; +} + +.navbar-nav li a { + color: #FFA500; +} +.container-fluid { + background: #000; +} + +#lnmiitlogo { + width: 80px; + height: 40px; + float: right; + margin-left: 10px; +} +.jumbotron { + height: 500px; + background-color: #000; +} +.container { + display: flex; + align-items: center; +} +.row { + padding-top: 5%; +} + +.header-text { + color: #FFA500; + font-size: 100px; +} +.header-para { + color: #FFA500; + font-size: 20px; +} \ No newline at end of file diff --git a/index.html b/index.html index b8cc03a..9494933 100644 --- a/index.html +++ b/index.html @@ -9,9 +9,117 @@ + + -Phoenix! + +
+
+
+
+

Phoenix

+

Our Main Motive is to bring out the feeling of togetherness among the students of LNMIIT and to spread the culture of Robotics, DIP, Embedded System .

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

Ristorante con Fusion

+

We take inspiration from the World's best cuisines, and create a unique fusion experience. Our lipsmacking creations will tickle your culinary senses!

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

Ristorante con Fusion

+

We take inspiration from the World's best cuisines, and create a unique fusion experience. Our lipsmacking creations will tickle your culinary senses!

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

Ristorante con Fusion

+

We take inspiration from the World's best cuisines, and create a unique fusion experience. Our lipsmacking creations will tickle your culinary senses!

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

Ristorante con Fusion

+

We take inspiration from the World's best cuisines, and create a unique fusion experience. Our lipsmacking creations will tickle your culinary senses!

+
+
+ +
+ +
+
+
diff --git a/src/img/lnmiitlogo.jpg b/src/img/lnmiitlogo.jpg new file mode 100644 index 0000000..cb284cb Binary files /dev/null and b/src/img/lnmiitlogo.jpg differ diff --git a/src/img/logo.jpg b/src/img/logo.jpg new file mode 100644 index 0000000..44917e9 Binary files /dev/null and b/src/img/logo.jpg differ