+
+
+
+
diff --git a/src/components/papercard/outlinedcard.js b/src/components/papercard/outlinedcard.js
index 272f6e2..b4905c8 100644
--- a/src/components/papercard/outlinedcard.js
+++ b/src/components/papercard/outlinedcard.js
@@ -39,13 +39,15 @@ export default function OutlinedCard(props) {
{props.items&&props.items.map(item=>{
return(
- -
+
-
{item.title}
Posted:{item.date}
-
+
+
+
)
})}
diff --git a/src/components/papercard/style.css b/src/components/papercard/style.css
index f547adc..31bec68 100644
--- a/src/components/papercard/style.css
+++ b/src/components/papercard/style.css
@@ -16,18 +16,15 @@
}
.newshead{
- font-family: 'Playfair Display', serif;
- font-weight: 500;
-
- text-transform: uppercase;
- display: inline-block;
- line-height: 52px;
- margin-bottom: 5px;
-}
-ul {
- list-style: None;
- list-style-position: inside;
- padding-left: 10px;
+ font-family: 'Playfair Display', serif;
+ font-weight: 500;
+ font-size: 40px;
+ text-transform: uppercase;
+ display: inline-block;
+ line-height: 40px;
+ margin-bottom: 10px;
+
+
}
.News{
list-style: url(../../images/news-icon.svg);
@@ -35,6 +32,18 @@ ul {
padding-left: 10px;
}
.Events{
+
+ list-style: url(../../images/event_note-black-18dp.svg);
+ list-style-position: inside;
+ padding-left: 10px;
+
+}
+.Notice{
+ list-style: url(../../images/pin.svg);
+ list-style-position: inside;
+ padding-left: 10px;
+}
+=======
list-style: url(../../images/event_note-black-18dp.svg);
list-style-position: inside;
padding-left: 10px;
@@ -42,12 +51,14 @@ ul {
.Notices{
list-style: url(../../images/pin.svg);
list-style-position: inside;
- padding-left: 10px;
+
}
#simplecard {
box-shadow: none !important;
}
#simplecard ul>li>a{
+
+
font-family: 'Playfair Display', serif;
font-style: italic;
}
diff --git a/src/images/trichy.jpg b/src/images/trichy.jpg
new file mode 100644
index 0000000..83597cd
Binary files /dev/null and b/src/images/trichy.jpg differ
diff --git a/src/pages/home/index.js b/src/pages/home/index.js
index ba59c47..a8163b1 100644
--- a/src/pages/home/index.js
+++ b/src/pages/home/index.js
@@ -5,6 +5,7 @@ import PaperCard from '../../components/papercard/index'
import MainCarousel from '../../components/carousel/index';
import MissionVision from '../../components/mission_vision/index'
import Marquee from '../../components/marquee/index'
+import Animation from '../../components/bottom-animation/index'
import Footer from '../../components/footer/index'
import { Divider, Paper, Card, Tabs, Tab, Box, Typography } from '@material-ui/core';
import PropTypes from 'prop-types'
@@ -91,6 +92,7 @@ export default class Home extends React.Component{
+
@@ -104,6 +106,7 @@ export default class Home extends React.Component{
+
@@ -149,6 +152,7 @@ export default class Home extends React.Component{
+
diff --git a/src/pages/home/style.css b/src/pages/home/style.css
index 4f99211..0869239 100644
--- a/src/pages/home/style.css
+++ b/src/pages/home/style.css
@@ -2,6 +2,29 @@
padding: 1rem 5px;
}
.customeflex{
+ display: flex;
+ flex-wrap:wrap;
+ justify-content:space-between;
+
+}
+#info{
+
+ margin: auto;
+ margin-top: 40px;
+ justify-content: space-between !important;
+}
+
+#info>div{
+ width: 30% !important;
+}
+#info>div>div{
+width: 100% !important;
+height: 100% !important;
+}
+#info_mob>div>div{
+width: 100% !important;
+height: 100% !important;
+}
display: grid;
grid-gap: 0.5rem;
grid-template-columns: 24% 48% 24%;
@@ -52,6 +75,7 @@
height: 100%;
}
+
@media only screen and (max-width: 800px){
.row {
display: flex;
@@ -63,3 +87,5 @@
}
}
+
+}