diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..78b7dad --- /dev/null +++ b/css/style.css @@ -0,0 +1,24 @@ +.slides li{ + position: relative; +} +.slides li::before { + content: ''; + position: absolute; + top: 0; left: 0; + width: 100%; + height: 100%; + background-color: rgba(33, 38, 51, .5); +} + +#tentang, #testi { + padding: 30px 0; +} +#galery { + padding: 50px 0; +} + +@media only screen and (max-width: 600px) { + #galery img { + margin-bottom: 20px; + } +} diff --git a/css/style.min.css b/css/style.min.css new file mode 100644 index 0000000..c98c30a --- /dev/null +++ b/css/style.min.css @@ -0,0 +1 @@ +.slides li{position:relative}.slides li::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(33,38,51,.5)}#tentang,#testi{padding:30px 0}#galery{padding:50px 0}@media only screen and (max-width:600px){#galery img{margin-bottom:20px}} diff --git a/images/1.jpg b/images/1.jpg new file mode 100644 index 0000000..f8607fe Binary files /dev/null and b/images/1.jpg differ diff --git a/images/2.jpg b/images/2.jpg new file mode 100644 index 0000000..fd4f67b Binary files /dev/null and b/images/2.jpg differ diff --git a/images/3.jpg b/images/3.jpg new file mode 100644 index 0000000..57f4c5d Binary files /dev/null and b/images/3.jpg differ diff --git a/images/4.jpg b/images/4.jpg new file mode 100644 index 0000000..178fe57 Binary files /dev/null and b/images/4.jpg differ diff --git a/images/galery/1.jpg b/images/galery/1.jpg new file mode 100644 index 0000000..8cafe3e Binary files /dev/null and b/images/galery/1.jpg differ diff --git a/images/galery/2.jpg b/images/galery/2.jpg new file mode 100644 index 0000000..0763cf1 Binary files /dev/null and b/images/galery/2.jpg differ diff --git a/images/galery/3.jpg b/images/galery/3.jpg new file mode 100644 index 0000000..4f6304c Binary files /dev/null and b/images/galery/3.jpg differ diff --git a/images/galery/4.jpg b/images/galery/4.jpg new file mode 100644 index 0000000..d642823 Binary files /dev/null and b/images/galery/4.jpg differ diff --git a/images/galery/5.jpg b/images/galery/5.jpg new file mode 100644 index 0000000..43122e8 Binary files /dev/null and b/images/galery/5.jpg differ diff --git a/images/galery/6.jpg b/images/galery/6.jpg new file mode 100644 index 0000000..852a469 Binary files /dev/null and b/images/galery/6.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..e255c39 --- /dev/null +++ b/index.html @@ -0,0 +1,162 @@ + + + + + + + CCClass4 + + + + + + + + + +
+
+ +
+
+ +
+
+
+

Apa itu CCClass4 ?

+
+

CCClass 4 adalah pertemuan ke 4 dari ukm Computer Club dengan konsep Class / Kelas. Kami belajar bersama tentang tema yang sudah ditentukan. Computer Club adalah ukm di kampus STMIK Tasikmalaya.

+
+
+
+
+ +
+

Galeri

+
+
+
+ 1 +
+
+ 2 +
+
+ 3 +
+
+
+
+ 4 +
+
+ 5 +
+
+ 6 +
+
+
+
+ +
+

Testimoni

+
+
+
+
+
+ Diki Hamdani +

Jadilah manusia yang bermanfaat

+
+
+
+
+
+
+ Moch Fikri Khoirurrizal +

Pemalas Produktif

+
+
+
+
+
+
+ + + + + + + + diff --git a/js/script.js b/js/script.js new file mode 100644 index 0000000..adfd71a --- /dev/null +++ b/js/script.js @@ -0,0 +1,10 @@ +$(document).ready(function(){ + $('.sidenav').sidenav(); + $('.slider').slider({ + indicators: false, + height: 500, + transition: 700, + interval: 10000 + }); + $('.materialboxed').materialbox(); +});