-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP for showing assignments and review placeholder
- Loading branch information
1 parent
372f7f4
commit ac373b5
Showing
9 changed files
with
96 additions
and
51 deletions.
There are no files selected for viewing
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,14 +1,12 @@ | ||
@extends('layouts.class') | ||
|
||
@section('maincontent') | ||
|
||
<div class="flex flex-col container w-4/6 mx-auto my-4 py-8 px-16 border-4 border-gray-100"> | ||
<h1 class="text-4xl font-bold mx-auto mb-12">Test</h1> | ||
<iframe class="mx-auto mb-16" width="720" height="405" src="https://www.youtube.com/embed/gGGPTskb7c8"> | ||
</iframe> | ||
<div class="mx-auto" style="width: 720px;"> | ||
<p class="text-xl">Lorem ipsum dolor sit amet</p> | ||
<div class="flex flex-col container w-4/6 mx-auto my-4 py-8 px-16 border-4 border-gray-100"> | ||
<h1 class="text-4xl font-bold mx-auto mb-12">{{ $subject->title }}</h1> | ||
<iframe class="mx-auto mb-16" width="720" height="405" src="{{ $subject->url }}"> | ||
</iframe> | ||
<div class="mx-auto" style="width: 720px;"> | ||
<p class="text-xl">Lorem ipsum dolor sit amet</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
@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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@extends('layouts.class') | ||
|
||
@section('maincontent') | ||
<div class="flex flex-col container w-4/6 mx-auto my-4 py-8 px-16 border-4 border-gray-100"> | ||
<h1 class="text-4xl font-bold mx-auto mb-12">{{ $subject->title }}</h1> | ||
<iframe class="mx-auto mb-16" width="720" height="405" src="{{ $subject->url }}"> | ||
</iframe> | ||
<div class="mx-auto" style="width: 720px;"> | ||
<p class="text-xl">Lorem ipsum dolor sit amet</p> | ||
</div> | ||
</div> | ||
@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
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