Skip to content

Commit da8d9f0

Browse files
committed
[ Added Faqs|Speakers ]
1 parent 941e932 commit da8d9f0

File tree

13 files changed

+900
-82
lines changed

13 files changed

+900
-82
lines changed

assets/css/main.css

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4936,4 +4936,66 @@ table {
49364936
}
49374937
}
49384938

4939-
/* #endregion Footer */
4939+
/* #endregion Footer */
4940+
4941+
4942+
/*----------------------------------------------
4943+
12. Faqs
4944+
----------------------------------------------*/
4945+
4946+
/* #region Faqs */
4947+
4948+
.faq-container{
4949+
display: flex;
4950+
justify-content: center;
4951+
flex-direction: column;
4952+
}
4953+
.hr-line{
4954+
width: 60%;
4955+
margin: auto;
4956+
4957+
}
4958+
/* Style the buttons that are used to open and close the faq-page body */
4959+
.faq-page {
4960+
/* background-color: #eee; */
4961+
color: #444;
4962+
cursor: pointer;
4963+
padding: 30px 20px;
4964+
width: 60%;
4965+
border: none;
4966+
outline: none;
4967+
transition: 0.4s;
4968+
margin: auto;
4969+
}
4970+
.faq-body{
4971+
margin: auto;
4972+
/* text-align: center; */
4973+
width: 50%;
4974+
padding: auto;
4975+
4976+
}
4977+
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
4978+
.active,
4979+
.faq-page:hover {
4980+
background-color: #363842;
4981+
}
4982+
/* Style the faq-page panel. Note: hidden by default */
4983+
.faq-body {
4984+
padding: 0 21px;
4985+
background-color: #1A1920;
4986+
display: none;
4987+
overflow: hidden;
4988+
}
4989+
.faq-page:after {
4990+
content: '\02795';
4991+
/* Unicode character for "plus" sign (+) */
4992+
font-size: 13px;
4993+
color: rgb(230, 230, 230);
4994+
float: right;
4995+
margin-left: 5px;
4996+
}
4997+
.active:after {
4998+
content: "\2796";
4999+
/* Unicode character for "minus" sign (-) */
5000+
}
5001+
/* #endregion Faqs */
51 KB
Binary file not shown.
40.6 KB
Binary file not shown.

assets/images/jpg/speakers/deb.jpg

1.67 MB
Loading
14 KB
Loading
21.9 KB
Loading
File renamed without changes.
79.2 KB
Loading
File renamed without changes.

assets/images/logo-dni2.png

62.3 KB
Loading

0 commit comments

Comments
 (0)