diff options
Diffstat (limited to 'docker/crupest-nginx')
| -rw-r--r-- | docker/crupest-nginx/sites/www/index.html | 32 | ||||
| -rw-r--r-- | docker/crupest-nginx/sites/www/src/style.css | 10 | 
2 files changed, 13 insertions, 29 deletions
| diff --git a/docker/crupest-nginx/sites/www/index.html b/docker/crupest-nginx/sites/www/index.html index 89fc42e..3cb0b65 100644 --- a/docker/crupest-nginx/sites/www/index.html +++ b/docker/crupest-nginx/sites/www/index.html @@ -15,17 +15,15 @@      <span class="slogan-text">The world is full of pain, but we can fix it with love!</span>    </div>    <article id="main-article"> -    <iframe id="music-163" frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 -      src="//music.163.com/outchain/player?type=2&id=30064146&auto=1&height=66"></iframe> -    <h1 id="title">This is crupest.</h1> -    <p>Welcome To crupest Home!🏠</p> -    <p>I'm very glad to meet you in this page. This is my new home.</p> -    <p>Feel free to contact by email at crupest@outlook.com or, of course I@crupest.life . You can also file an issue in -      any repo on GitHub. Here is the link to my GitHub profile: <a -        href="https://github.com/crupest">https://github.com/crupest</a> .</p> +    <h1 id="title">Hello! This is crupest.</h1> +    <p>Welcome to my home page! I'm very glad to meet you here.</p> +    <p>If you have something interesting to share with me, feel free to reach me via email at <a href="mailto:crupest@outlook.com">crupest@outlook.com</a> or, of course, <a +        href="mailto:I@crupest.life">I@crupest.life</a>. You can also fire an issue in +      any repo on GitHub. Here is the link to my GitHub profile, <a +        href="https://github.com/crupest">https://github.com/crupest</a>.</p>      <p>Currently this page is hosted on my own server and my own apex domain (crupest.life). You can also share this -      website link, aka, <a href="https://crupest.life">https://crupest.life</a> .</p> -    <p>This is just the home page. I also run some other services on my server and under this domain:</p> +      website link, aka, <a href="https://crupest.life">https://crupest.life</a>.</p> +    <p>This is just the home page. I also run some other services on my server under this domain:</p>      <p>Public:</p>      <ul>        <li> @@ -33,9 +31,9 @@            href="https://learn.microsoft.com/en-us/aspnet/core/introduction-to-aspnet-core" target="_blank">ASP.NET            Core</a>.        </li> -      <li><a href="https://blog.crupest.life" target="_blank">https://blog.crupest.life</a>: My blogs in Chinese with <a +      <li><a href="https://blog.crupest.life" target="_blank">https://blog.crupest.life</a>: My blogs built with <a            href="https://gohugo.io" target="_blank">hugo</a>.</li> -      <li><a href="https://timeline.crupest.life" target="_blank">https://timeline.crupest.life</a>: My microblogs with +      <li><a href="https://timeline.crupest.life" target="_blank">https://timeline.crupest.life</a>: My micro-blogs with          my own web app <a href="https://github.com/crupest/Timeline">Timeline</a>.</li>        <li><a href="https://github.crupest.life" target="_blank">https://github.crupest.life</a>: Redirect to my github          profile, aka, <a href="https://github.com/crupest">https://github.com/crupest</a>.</li> @@ -46,13 +44,9 @@          <a href="https://github.com/coder/code-server" target="_blank">code-server</a>.        </li>      </ul> -    <p>If you wish to deploy similar services like mine, you are in the right place. Take a look at <a +    <p>If you wish to deploy similar services like me, you are in the right place. Take a look at <a          href="https://github.com/crupest/crupest" target="_blank">https://github.com/crupest/crupest</a> and there is -      all you need to start with. The services are built with <a href="https://docs.docker.com" -        target="_blank">docker-compose</a> and some template methodology. There is a convenient python script to help -      you build from start. I don't fully test it because I never migrate my data into other server so it might be kind -      of buggy. However, it always takes some time to make it your own sites. But don't worry and feel free to contact -      me if you run into any issue and I would be glad to help you out.</p> +      all you need to start with. Also, contact me if you run into some problem.</p>      <h2 id="friends">Friends of me:</h2>      <div id="friends-container">        <a class="friend-link" href="https://wsmcs.cn" target="_blank"> @@ -66,7 +60,7 @@      <ul id="todo-container">      </ul>      <footer> -      <p>That's all of me. Contact me if you have any problems.</p> +      <p>That's all of me!</p>        <p>© 2022 crupest</p>        <p>          <a rel="license" href="https://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" diff --git a/docker/crupest-nginx/sites/www/src/style.css b/docker/crupest-nginx/sites/www/src/style.css index 590416f..6ef26d3 100644 --- a/docker/crupest-nginx/sites/www/src/style.css +++ b/docker/crupest-nginx/sites/www/src/style.css @@ -8,16 +8,6 @@ body {    box-sizing: border-box;  } -#music-163 { -  display: block; -} - -@media (min-width: 576px) { -  #music-163 { -    float: right; -  } -} -  #main-article {    padding: 0 1em;  } | 
