10
October
Portfolio Site First View
完成イメージ
ダークバージョン
ライトバージョン
画像処理(各自用意)サイズ:500/600px程度
※色調補正(白黒反転、ポスタリゼーション等)
※png画像で背景透明
※ダミー、イラスト等でも可
サンプルテキスト
Portfolio Site
HOME
PROFILE
WORKS
BLOG
CONTACT
Frontend Engineer / Web Designer / Web Director / etc.
Your Name
※自己アピール文(自分に合うように後でアレンジして下さい。)
私はデザイナーとして、美と機能を調和させ、革新的なアイデアを視覚的に魅力的に具現化することに情熱を注いでいます。
デザインは私の生きる喜びであり、挑戦を楽しみ、成果に誇りを持っています。クライアントのビジョンを実現し、共に成功を築くために、常に新しいアイデアを追求し、創造力を発揮します。
sns icon(font-awsome)
face book
X
Line
Instagram
Profile
Works
下向き三角(font-awsome)
Copyright © 2024 All rights reserved.
html(10/10)
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
<!-- Header --> <header> <h1>Portfolio Site</h1> <nav class="pcnav"> <ul> <li><a href="#">HOME</a></li> <li><a href="#">PROFILE</a></li> <li><a href="#">WORKS</a></li> <li><a href="#">BLOG</a></li> <li><a href="#">CONTACT</a></li> </ul> </nav> </header> <!-- Mobile Parts --> <div class="btn"><span></span></div> <nav class="spnav"> <ul> <li><a href="#">HOME</a></li> <li><a href="#">PROFILE</a></li> <li><a href="#">WORKS</a></li> <li><a href="#">BLOG</a></li> <li><a href="#">CONTACT</a></li> </ul> </nav> <!-- Main Contents --> <main> <div class="container"> <!-- 自己アピール --> <section class="intro"> <h2>Front-end Engineer <span>Toshihiro YAMANO</span> </h2> <p>フロントエンジニアとして、ユーザー体験に情熱を注ぎ、魅力的なウェブアプリケーションを最新テクノロジーと最高の実践で開発します。</p> <p>ユーザーとクライアントのニーズを満たすために、クロスプラットフォーム対応とパフォーマンス最適化を重視し、協力と成長を大切にし、ビジョンの実現に貢献します。</p> </section> <!-- SNS Link --> <aside class="sns"> <ul> <li><a href="#"><i class="fa-brands fa-square-facebook"></i></a></li> <li><a href="#"><i class="fa-brands fa-x-twitter"></i></a></li> <li><a href="#"><i class="fa-brands fa-line"></i></a></li> <li><a href="#"><i class="fa-brands fa-square-instagram"></i></a></li> </ul> </aside> <!-- コンテンツへのリンク --> <ul class="link"> <li><a href="#">プロフィール</a></li> <li><a href="#">制作データ</a></li> </ul> <!-- Font-awsome --> <a href="#" class="link-btm"> <i class="fa-solid fa-caret-down"></i> </a> </div> </main> <!-- Footer --> <footer> <p><small>Copyright © 2024 All rights reserved.</small></p> </footer> |
Box構造
指定校
Hover設定
css(10/15)
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 |
@charset "utf-8"; /* Reset */ html{ color-scheme: dark; } *{ margin:0; padding: 0; } body{ line-height: 1; font-family: sans-serif; } ul{ list-style: none; } a{ text-decoration: none; color: inherit; display: block; } /* Header */ header{ padding: 50px 50px 100px; display: flex; justify-content: space-between; align-items: flex-end; } h1{ font-size: 3em; font-family:'Ruthie', cursive; animation: title 5s infinite; outline: 2px solid #ff0; } @keyframes title{ to{rotate: y 1turn;} } /* Pc navigation */ .pcnav ul{ display: flex; gap: 20px; } .pcnav a{ color: #999; transition:200ms; } .pcnav a:hover{ color: #fff; } .pcnav a::after{ content: ""; display: block; height: 3px; background: #fff; margin-top: 2px; scale:0 1; transition: 200ms; } .pcnav a:hover::after{ scale: 1; } /* Sp parts */ .btn, .spnav{ display: none; } /* Main Contents */ .container{ max-width:1200px; height: calc(100vh - 198px); height: calc(100dvh - 198px); margin-inline:auto; padding-inline:10px; background: url(../img/self2.png) no-repeat right top/35% auto; } /* 自己アピール/SNS */ .intro,.sns{ width:60%; } .intro h2{ /* outline: 1px solid #ff0; */ font-family:'Ruthie', cursive; font-size: 5em; font-weight: bold; text-align: center; background: linear-gradient( #fff 10%, #555 45%, #fff 46%, #555); height: 1.2em; background-clip: text; color: transparent; } .intro h2 span{ display: block; font-family: san-serif; font-weight: normal; font-size: 16px; margin-top: 1em; color: #fff; } .intro p{ line-height: 1.4; font-size: 1.2em; } .intro p:nth-of-type(1){ margin-block:3em 1.5em; } /* SNS icons */ .sns{ margin-block: 2.5em; } .sns ul{ display: flex; justify-content: end; gap: 1.2em; } .sns li{ font-size:50px; } .sns a{ color: #777; transition: 300ms; } .sns a:hover{ color: #fff; scale: 1.3; } /* プロフィール、データリンク */ .link{ display: flex; gap:1em; } .link li{ border:1px solid #fff; width: 150px; line-height: 50px; border-radius: 5px; text-align: center; position: relative; } .link a::before{ content: ""; display: block; background: #fff; height:50px; width:100%; position: absolute; transition: 200ms; z-index: -1; scale: 0 1; transform-origin: left; } .link a:hover{ color: #000; } .link a:hover::before{ scale:1; } /* スクロールリンク */ .link-btm i{ color: #777; font-size: 5em; width: fit-content; position: absolute; margin: auto; left: 0; right: 0; bottom:50px; transition:200ms; animation: updown 2s infinite; } .link-btm:hover i{ color: #fff; } @keyframes updown { 0%, 20%, 50%, 80%, 100% { translate:0 0; } 40% { translate:0 -30px; } 60% { translate:0 -15px; } } footer{ text-align: center; padding-block: 30px; } /* Media Query */ @media (width <= 840px){ .intro h2{ font-size:4em; } } @media (max-width:743px){ /* header */ header{ display: block; padding:10px; margin: 0; } h1{ width: fit-content; } /* Navigation */ .pcnav{ display: none; } /* Hamburger menu */ .btn{ display: block; width:50px; height: 50px; border: 1px solid #fff; border-radius: 5px; position: absolute; z-index: 9999; top: 5px ; right: 5px; } .btn span::before, .btn span::after{ content: ""; } .btn span, .btn span::before, .btn span::after{ display: block; height: 3px; width:35px; background: #fff; position: absolute; inset: 0; margin: auto; transition: 300ms; } .btn span::before{ translate: 0 -10px; } .btn span::after{ translate: 0 10px; } /* touch時css */ .close span{ background: transparent; } .close span::before{ rotate:225deg; translate: 0 0; } .close span::after{ rotate:-225deg; translate: 0 0; } /* Sp nav */ .spnav{ display: block; width: 100%; height: 100vh; height:100dvh; text-align: center; position: absolute; top: 0; scale: 0 1; transform-origin: right; transition: 300ms; z-index: 999; background:rgba(0, 0, 0, 0.6); /* css nest */ & li{ line-height: calc(70vh/5); font-size: 1.5em; } & a{ color: var(--text-color); } } /* Btn click時のcss */ .close + .spnav{ scale: 1; } main{ background: url(../img/self2.png) no-repeat center top/150px auto; padding-top: 180px; } .container{ background: none; } .intro>p:nth-of-type(1){ margin-block:5vh 1em; } /* コピー、SNS */ .intro,.sns{ width:auto; } .intro p{ font-size: 1em; } /* SNS icons */ .sns{ margin-block: 1.5em; } .sns a{ color: #fff; } .sns ul, .link{ justify-content: center; } /* スクロールリンク */ .link-btm i{ color: #fff; } } @media (width <= 430px){ main{ background: url(../img/self2.png) no-repeat center top/120px auto; padding-top: 130px; } .intro h2{ font-size:3em; } } |