-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Docking of DNASE I (Lab Notebook) (#51)
* add initial docking of DNASE I page and its routing * add docking-dnase images * add custom sub-section for each bubble in the lab notebook * implement docking of dnaseI * Prettified Code! * Changed title capitalization * Fixed dnase capitalization * Fix merge conflict --------- Co-authored-by: IcedTea2K <[email protected]> Co-authored-by: Daniel Pan <[email protected]>
- Loading branch information
1 parent
23139dd
commit 5fd8468
Showing
10 changed files
with
337 additions
and
39 deletions.
There are no files selected for viewing
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.
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.
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,13 @@ | ||
|
||
<script setup lang="ts"> | ||
const sectionTitleStyle = 'text-subtitle-sm lg:text-subtitle text-white mb-4' | ||
</script> | ||
|
||
<template> | ||
<section> | ||
<h3 :class="sectionTitleStyle"> | ||
<slot name="sub-title"></slot> | ||
</h3> | ||
<slot name="content"></slot> | ||
</section> | ||
</template> |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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