File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -271,6 +271,10 @@ code.email {
271271# page-main section .profileArea .profileDetails section .professionalExperienceArea table .date {
272272 white-space : nowrap;
273273}
274+ # page-main .sectionsHeader {
275+ margin-top : 40px ;
276+ text-align : center;
277+ }
274278# page-main .sectionsArea {
275279 display : grid;
276280 grid-template-columns : repeat (auto-fit, minmax (300px , 1fr ));
Original file line number Diff line number Diff line change @@ -317,6 +317,10 @@ code {
317317 }
318318 }
319319 }
320+ .sectionsHeader {
321+ margin-top : 40px ;
322+ text-align : center ;
323+ }
320324 .sectionsArea {
321325 display : grid ;
322326 grid-template-columns : repeat (auto-fit , minmax (300px , 1fr ));
Original file line number Diff line number Diff line change @@ -171,6 +171,10 @@ const getLinkItems = (category) => {
171171 <dt >Author Name</dt >
172172 <dd >高井 実 - Takai Minoru</dd >
173173 </div >
174+ <div class =" di" >
175+ <dt >E-Mail Address</dt >
176+ <dd ><code class =" email" >main.coeurl@gmail.com</code ></dd >
177+ </div >
174178 <div class =" di" >
175179 <dt >Twitter (X)</dt >
176180 <dd ><a href =" https://x.com/debiru_R" target =" _blank" >@debiru_R</a ></dd >
@@ -268,6 +272,9 @@ const getLinkItems = (category) => {
268272 </div >
269273 </div >
270274 </section >
275+ <div class =" sectionsHeader" >
276+ <p >コンテンツリスト最終更新:2025年2月28日</p >
277+ </div >
271278 <div class =" sectionsArea" >
272279 <section class =" specialContentsArea" >
273280 <div class =" sectionHeader" >
You can’t perform that action at this time.
0 commit comments