-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c0d583
commit eacaeba
Showing
12 changed files
with
85 additions
and
33 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,25 +13,23 @@ | |
<div class="row d-flex justify-content-center"> | ||
<div class="col-lg-10"> | ||
<div class="card"> | ||
<div class="card-body mb-5"> | ||
<div class="card-body mb-5 pr-4"> | ||
<div class="row"> | ||
<div class="col-lg-4 px-3 mt-5"> | ||
<img src="/img/about2.png" class="" alt="" width="100%"> | ||
</div> | ||
<div class="col-lg-8"> | ||
<p class="text-justify mt-5">Lorem ipsum dolor | ||
sit amet, consectetur adipisicing elit. | ||
Veritatis cum vero | ||
laboriosam nihil, inventore voluptate id perferendis dolore non facere, dicta cumque | ||
enim numquam, ab ullam architecto nostrum. Repudiandae, ea molestias, at sequi | ||
labore adipisci in voluptatibus quis illum tenetur esse aspernatur animi explicabo | ||
est. Possimus quod facilis suscipit numquam.</p> | ||
<p class="text-justify">Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse | ||
error ipsam delectus | ||
minima eligendi sunt provident sapiente laboriosam amet quod repellat illum sed ipsa | ||
tenetur soluta, nulla saepe, quisquam cupiditate cum ratione expedita libero autem | ||
blanditiis quasi! Ipsam excepturi dolore, error exercitationem, obcaecati, accusamus | ||
sed perferendis laudantium recusandae at animi? | ||
<div class="col-lg-8 mt-4"> | ||
<p class="text-justify mt-5"><b>SITEQU (Sistem Tema Quran)</b> merupakan sebuah aplikasi | ||
berbasis website yang bertujuan sebagai sistem manajemen informasi pengetahuan | ||
Al-Quran. Sistem ini memiliki dua fitur utama yaitu pencarian (searching) dan | ||
penjelajahan (browsing). | ||
|
||
</p> | ||
<p class="text-justify mt-5"> Email: [email protected] | ||
<br> | ||
No. Telp: 089516483808 | ||
<br> | ||
Safira, Informatika, Universitas Udayana | ||
</p> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,37 @@ | ||
@extends('layouts.main') | ||
|
||
@section('container') | ||
<h1>Questionnaire</h1> | ||
@endsection | ||
@section('content') | ||
<div class="content-wrapper"> | ||
<section class="content-header"> | ||
<div class="container-fluid"> | ||
<div class="row"> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="content mt-4"> | ||
<div class="row d-flex justify-content-center"> | ||
<div class="col-lg-4"> | ||
<div class="card"> | ||
<img src="/img/gambar3.png" class="card-img-top" alt="..."> | ||
<div class="card-body"> | ||
<h2 class="font-wight-bolder text-uppercase"> Questionnaire </h2> | ||
<p class="card-text">Dukung aplikasi dengan berpartisipasi dalam pengujian dan | ||
evaluasi sistem. | ||
</p> | ||
<button type="button" class="btn btn-primary float-right" onclick="kuesioner()">Klik Disini!</> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
|
||
<script> | ||
function kuesioner() { | ||
window.open( | ||
"https://docs.google.com/forms/d/e/1FAIpQLSdCy9Ee9m7p2CRaHXWLoPxGpCII3ZaMK4ZmZ8NYC44CPmlPrw/viewform", | ||
"_blank"); | ||
} | ||
</script> | ||
@endsection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters