mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 14:44:46 +02:00
new subtitle class
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<div id="contact_content_text">
|
<div id="contact_content_text">
|
||||||
<h1>{{ $t("contact.title") }}</h1>
|
<h1>{{ $t("contact.title") }}</h1>
|
||||||
<p>{{ $t("contact.subtitle") }}</p>
|
<p class="subtitle">{{ $t("contact.subtitle") }}</p>
|
||||||
<h2>{{ $t("contact.emails.research.title") }}</h2>
|
<h2>{{ $t("contact.emails.research.title") }}</h2>
|
||||||
<p>{{ $t("contact.emails.research.desc", {user:"a", domain:"b"}) }}</p>
|
<p>{{ $t("contact.emails.research.desc", {user:"a", domain:"b"}) }}</p>
|
||||||
<h2>{{ $t("contact.emails.work.title") }}</h2>
|
<h2>{{ $t("contact.emails.work.title") }}</h2>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<Header/>
|
<Header/>
|
||||||
<h1 class="center">{{ $t("skills.title") }}</h1>
|
<h1 class="center">{{ $t("skills.title") }}</h1>
|
||||||
<p class="center content">{{ $t("skills.subtitle") }}</p>
|
<p class="center content subtitle">{{ $t("skills.subtitle") }}</p>
|
||||||
|
|
||||||
<SkillsList v-for="(e,i) in skills" :key="i" :title="e.title" :desc="e.desc" :buttonText="e.buttonText" :link="e.link" :picture="e.picture" class="factList"/>
|
<SkillsList v-for="(e,i) in skills" :key="i" :title="e.title" :desc="e.desc" :buttonText="e.buttonText" :link="e.link" :picture="e.picture" class="factList"/>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<Header/>
|
<Header/>
|
||||||
<div id="title_div">
|
<div id="title_div">
|
||||||
<h1>{{ $t("projects.semantic_segmentation.title") }}</h1>
|
<h1>{{ $t("projects.semantic_segmentation.title") }}</h1>
|
||||||
<p>{{ $t("projects.semantic_segmentation.subtitle") }}</p>
|
<p class="subtitle">{{ $t("projects.semantic_segmentation.subtitle") }}</p>
|
||||||
<img :src="semanticSegmentationCover"/>
|
<img :src="semanticSegmentationCover"/>
|
||||||
</div>
|
</div>
|
||||||
<article>
|
<article>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<Header/>
|
<Header/>
|
||||||
<div id="title_div">
|
<div id="title_div">
|
||||||
<h1>{{ $t("projects.video_editor.title") }}</h1>
|
<h1>{{ $t("projects.video_editor.title") }}</h1>
|
||||||
<p>{{ $t("projects.video_editor.subtitle") }}</p>
|
<p class="subtitle">{{ $t("projects.video_editor.subtitle") }}</p>
|
||||||
</div>
|
</div>
|
||||||
<article>
|
<article>
|
||||||
<h2>{{ $t("projects.video_editor.fukushima_kosen.title") }}</h2>
|
<h2>{{ $t("projects.video_editor.fukushima_kosen.title") }}</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user