Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadarif03 committed Jan 6, 2025
1 parent 4d4321f commit 11f9062
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion resources/js/codex-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Embed from "@editorjs/embed";
import RawTool from "@editorjs/raw";
import Table from "@editorjs/table";

const apiBaseUrl = "https://e-course.mijurnal.com"; // Ganti dengan URL API Anda
const apiBaseUrl = "https://getskill.id/"; // Ganti dengan URL API Anda

const editor = new EditorJS({
holder: "editorjs",
Expand Down
2 changes: 1 addition & 1 deletion resources/views/admin/pages/news/detail-news.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a class="text-muted " href="javascript:void(0)">Daftar berita pada hummaclass</a>
<a class="text-muted " href="javascript:void(0)">Daftar berita pada getskill</a>
</li>
</ol>
</nav>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a class="text-muted " href="javascript:void(0)">Daftar barang yang dapat ditukarkan dengan
poin hummaclass</a>
poin getskill</a>
</li>
</ol>
</nav>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a class="text-muted " href="javascript:void(0)">Daftar barang yang dapat ditukarkan dengan
poin hummaclass</a>
poin getskill</a>
</li>
</ol>
</nav>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a class="text-muted " href="javascript:void(0)">Daftar barang yang dapat ditukarkan dengan
poin hummaclass</a>
poin getskill</a>
</li>
</ol>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/admin/pages/point-exchange/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a class="text-muted " href="javascript:void(0)">Daftar barang yang dapat ditukarkan dengan
poin hummaclass</a>
poin getskill</a>
</li>
</ol>
</nav>
Expand Down
12 changes: 6 additions & 6 deletions resources/views/auth/passwords/email.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<head>
<!-- Title -->
<title>Lupa Password | Hummaclass</title>
<title>Lupa Password | GetSkill</title>
<!-- Required Meta Tag -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand All @@ -16,8 +16,8 @@
<meta name="keywords" content="Mordenize" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Favicon -->
<link rel="shortcut icon" type="image/png"
href="https://demos.adminmart.com/premium/bootstrap/modernize-bootstrap/package/dist/images/logos/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="{{ asset('assets/img/logo/get-skill/logo.png') }}">

<!-- Core Css -->
<link id="themeColors" rel="stylesheet" href="{{ asset('admin/dist/css/style.min.css') }}" />

Expand Down Expand Up @@ -46,7 +46,7 @@
<h3 class="text-white fw-semibold fs-9">Kemampuanmu Di</h3>
<h2 class="fw-bolder fs-12 mt-1 mb-3"
style="color: #9425FE; position: relative; display: inline-block;">
HummaClass
GetSkill
<span
style="position: absolute; bottom: -10px; left: 0px; width: calc(70% + 10px); height: 4px; background-color: #9425FE;"></span>
</h2>
Expand Down Expand Up @@ -77,8 +77,8 @@
class="authentication-login min-vh-100 bg-body row justify-content-center align-items-center p-4">
<div class="col-sm-8 col-md-6 col-xl-9">
<div class="logo mb-5">
<a href="/"><img src="{{ asset('assets/img/logo/logo.svg') }}" width="100px;"
alt="Logo"></a>
<a href="/"><img src="{{ asset('assets/img/logo/get-skill/landscape.png') }}"
width="100px;" alt="Logo"></a>
</div>
<h2 class="mb-3 fs-7 fw-bolder">Lupa Kata Sandi Anda?</h2>
<p class=" mb-9">Silakan masukkan alamat email yang terkait dengan akun Anda dan Kami
Expand Down
6 changes: 3 additions & 3 deletions resources/views/auth/passwords/reset.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class="col-md-4 col-form-label text-md-end">{{ __('Confirm Password') }}</label>

<head>
<!-- Title -->
<title>Reset Password | Hummaclass</title>
<title>Reset Password | GetSKill</title>
<!-- Required Meta Tag -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down Expand Up @@ -156,7 +156,7 @@ class="col-md-4 col-form-label text-md-end">{{ __('Confirm Password') }}</label>
<h3 class="text-white fw-semibold fs-9">Kemampuanmu Di</h3>
<h2 class="fw-bolder fs-12 mt-1 mb-3"
style="color: #9425FE; position: relative; display: inline-block;">
HummaClass
GetSkill
<span
style="position: absolute; bottom: -10px; left: 0px; width: calc(70% + 10px); height: 4px; background-color: #9425FE;"></span>
</h2>
Expand Down Expand Up @@ -187,7 +187,7 @@ class="col-md-4 col-form-label text-md-end">{{ __('Confirm Password') }}</label>
class="authentication-login min-vh-100 bg-body row justify-content-center align-items-center p-4">
<div class="col-sm-8 col-md-6 col-xl-9">
<div class="logo mb-5">
<a href="/"><img src="{{ asset('assets/img/logo/logo.svg') }}" width="100px;"
<a href="/"><img src="{{ asset('assets/img/logo/get-skill/landscape.png') }}" width="100px;"
alt="Logo"></a>
</div>
<h2 class="mb-3 fs-7 fw-bolder">Ubah Kata Sandi Anda?</h2>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/auth/reg.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="p-5">
<div class="px-5 mx-5 py-3">
<div class="logo">
<a href="/"><img src="assets/img/logo/logo.svg" width="100px;" alt="Logo"></a>
<a href="/"><img src="assets/img/logo/get-skill/landscape.png" width="100px;" alt="Logo"></a>
</div>
<h4 class="fw-bold mt-5">
Buat Akun Baru
Expand Down
2 changes: 1 addition & 1 deletion resources/views/user/layouts/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class="injectable photo-user"></a>
<nav class="tgmobile__menu-box">
<div class="close-btn"><i class="tg-flaticon-close-1"></i></div>
<div class="nav-logo">
<a href="/"><img src="{{ asset('assets/img/logo/logo.svg') }}"
<a href="/"><img src="{{ asset('assets/img/logo/get-skill/landscape.png') }}"
alt="Logo"></a>
</div>
<div class="tgmobile__search">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/user/pages/courses/details.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<li class="author-two">
<img src="{{ asset('assets/img/courses/course_author001.png') }}" alt="img">
By
<a href="#">HummaClass</a>
<a href="#">GetSkill</a>
</li>
<li class="date" id="detail-date"><i class="flaticon-calendar"></i></li>
<li><i class="flaticon-mortarboard"></i><span id="detail-count-user"></span>Siswa</li>
Expand Down
4 changes: 2 additions & 2 deletions resources/views/user/pages/events/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@
<div class="row" id="events-list-content11">
<div class="container mt-5">
<div class="section__title text-center mb-40">
<span class="sub-title">Event Hummaclass</span>
<h2 class="title">Kembangkan Kemampuanmu Di Event Hummaclass</h2>
<span class="sub-title">Event GetSkill</span>
<h2 class="title">Kembangkan Kemampuanmu Di Event GetSkill</h2>
</div>

<div class="row mb-5">
Expand Down

0 comments on commit 11f9062

Please sign in to comment.