-
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.
Showing
1 changed file
with
95 additions
and
95 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,96 +1,96 @@ | ||
<!doctype html> | ||
<html lang="ja"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes"> | ||
<!-- Provide a short description of the page. --> | ||
<meta name="description" content="美術科、彫刻家 中原菜海のポートフォリオサイトです。"> | ||
<meta property="og:title" content="NakaharaNami's Portfolio"/> | ||
<meta property="og:site_name" content="NakaharaNami's Portfolio"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:locale" content="ja-JP"> | ||
<meta property="og:image" content="ogp.jpg"> | ||
<meta property="og:description" content="美術科、彫刻家 中原菜海のポートフォリオサイトです。"> | ||
<meta name="twitter:card" content="summary" /> | ||
<title> NakaharaNami's Portfolio </title> | ||
<link rel="stylesheet" href="reset.css"> | ||
<link rel="stylesheet" href="common.css"> | ||
<link rel="stylesheet" href="top.css"> | ||
<link href="favicon.ico" rel="icon" type="image/x-icon" /> | ||
<link rel="apple-touch-icon" href="apple-touch-icon.png"> | ||
</head> | ||
|
||
<body> | ||
<header class="header"> | ||
<div class="header-content-wrapper"> | ||
<div class="label"> | ||
<p class="nakahara-nami"> | ||
<span class="n">N</span> | ||
<span class="another">akahara | ||
<br/> | ||
</span> | ||
<span class="n">N</span> | ||
<span class="another">ami | ||
<br/>PORTFOILO</span> | ||
</p> | ||
</div> | ||
|
||
<div class="contents-rectangle"> | ||
<div class="contents-text">プロフィール</div> | ||
</div> | ||
<div class="hamburger" > | ||
<div class="line-1"></div> | ||
<div class="line-2"></div> | ||
<div class="line-3"></div> | ||
</div> | ||
|
||
</div> | ||
|
||
</header> | ||
<main class="main"> | ||
<section class="section-top"> | ||
<div class="section-top__poem"> | ||
<img class="section-top__image-1" src="photo/utuwa_blue.JPG" alt="image-1"> | ||
<div class="section-top__wrapper"> | ||
<p class="loop">1無限ループするテキストアニメーション1</p> | ||
<p class="loop loop2">2無限ループするテキストアニメーション2</p> | ||
</div> | ||
<img class="section-top__image-2" src="photo/ikisinani.JPG" alt="image-2"> | ||
<div class="section-top__wrapper"> | ||
<p class="loop">1無限ループするテキストアニメーション1</p> | ||
<p class="loop loop2">2無限ループするテキストアニメーション2</p> | ||
</div> | ||
<img class="section-top__image-3" src="photo/hidamari.JPG" alt="image-3"> | ||
<div class="section-top__wrapper"> | ||
<p class="loop">1無限ループするテキストアニメーション1</p> | ||
<p class="loop loop2">2無限ループするテキストアニメーション2</p> | ||
</div> | ||
<img class="section-top__image-4" src="photo/kosame.JPG" alt="image-4"> | ||
</div> | ||
|
||
<div class="section-top__name"> | ||
<h1>中 原 菜 海</h1> | ||
<p>なかはら なみ</p> | ||
</div> | ||
</section> | ||
|
||
|
||
|
||
</main> | ||
<footer class="footer"> | ||
<div class="footer-content-wrapper"> | ||
<div><a href=""> | ||
<img src="photo/instagram.png" alt="instagram"> | ||
</a> | ||
</div> | ||
|
||
|
||
<small class="footer__copyright"> | ||
©Nami Nakahara | ||
</small> | ||
</div> | ||
</footer> | ||
</body> | ||
|
||
<!doctype html> | ||
<html lang="ja"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes"> | ||
<!-- Provide a short description of the page. --> | ||
<meta name="description" content="美術科、彫刻家 中原菜海のポートフォリオサイトです。"> | ||
<meta property="og:title" content="NakaharaNami's Portfolio"/> | ||
<meta property="og:site_name" content="NakaharaNami's Portfolio"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:locale" content="ja-JP"> | ||
<meta property="og:image" content="ogp.jpg"> | ||
<meta property="og:description" content="美術科、彫刻家 中原菜海のポートフォリオサイトです。"> | ||
<meta name="twitter:card" content="summary" /> | ||
<title> NakaharaNami's Portfolio </title> | ||
<link rel="stylesheet" href="reset.css"> | ||
<link rel="stylesheet" href="common.css"> | ||
<link rel="stylesheet" href="top.css"> | ||
<link href="favicon.ico" rel="icon" type="image/x-icon" /> | ||
<link rel="apple-touch-icon" href="apple-touch-icon.png"> | ||
</head> | ||
|
||
<body> | ||
<header class="header"> | ||
<div class="header-content-wrapper"> | ||
<div class="label"> | ||
<p class="nakahara-nami"> | ||
<span class="n">N</span> | ||
<span class="another">akahara | ||
<br/> | ||
</span> | ||
<span class="n">N</span> | ||
<span class="another">ami | ||
<br/>PORTFOILO</span> | ||
</p> | ||
</div> | ||
|
||
<div class="contents-rectangle"> | ||
<div class="contents-text">プロフィール</div> | ||
</div> | ||
<div class="hamburger" > | ||
<div class="line-1"></div> | ||
<div class="line-2"></div> | ||
<div class="line-3"></div> | ||
</div> | ||
|
||
</div> | ||
|
||
</header> | ||
<main class="main"> | ||
<section class="section-top"> | ||
<div class="section-top__poem"> | ||
<img class="section-top__image-1" src="photo/utuwa_blue.JPG" alt="image-1"> | ||
<div class="section-top__wrapper"> | ||
<p class="loop">1無限ループするテキストアニメーション1</p> | ||
<p class="loop loop2">2無限ループするテキストアニメーション2</p> | ||
</div> | ||
<img class="section-top__image-2" src="photo/ikisinani.JPG" alt="image-2"> | ||
<div class="section-top__wrapper"> | ||
<p class="loop">1無限ループするテキストアニメーション1</p> | ||
<p class="loop loop2">2無限ループするテキストアニメーション2</p> | ||
</div> | ||
<img class="section-top__image-3" src="photo/hidamari.JPG" alt="image-3"> | ||
<div class="section-top__wrapper"> | ||
<p class="loop">1無限ループするテキストアニメーション1</p> | ||
<p class="loop loop2">2無限ループするテキストアニメーション2</p> | ||
</div> | ||
<img class="section-top__image-4" src="photo/kosame.JPG" alt="image-4"> | ||
</div> | ||
|
||
<div class="section-top__name"> | ||
<h1>中 原 菜 海</h1> | ||
<p>なかはら なみ</p> | ||
</div> | ||
</section> | ||
|
||
|
||
|
||
</main> | ||
<footer class="footer"> | ||
<div class="footer-content-wrapper"> | ||
<div><a href=""> | ||
<img src="photo/instagram.png" alt="instagram"> | ||
</a> | ||
</div> | ||
|
||
|
||
<small class="footer__copyright"> | ||
©Nami Nakahara | ||
</small> | ||
</div> | ||
</footer> | ||
</body> | ||
|
||
</html> |