TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: MY First Ever Wesbite

1 点作者 JCordeiro超过 12 年前
Over the past couple of weeks I've decided to learn more about web technologies and I've taken the time to build myself a personal website. This is the first website I've ever built, and I would appreciate some constructive criticism and honest opinions from you guys: http://joncordeiro.com/<p>Thanks!

2 条评论

krapp超过 12 年前
My first impression is I wanted the nine pictures on the front page to click somewhere and they didn't. They look a lot like UI elements, and I assumed they would lead to different pages.<p>My basic, basic setup for building quick and dirty websites (before I started learning about frameworks)was to use Twig for templates and Skeleton for html/css. Having something like that (where your 'pages' would be child templates which extend the 'main' template containing everything around the container) makes style consistency and the workload of changing things much easier.<p>I'd recommend repo.js (<a href="http://darcyclarke.me/dev/repojs/" rel="nofollow">http://darcyclarke.me/dev/repojs/</a>) to embed your github account into your site to let people browse your work -- that with a cv page would give people a better organized idea of what you do and more importantly what you're offering.<p>I can't comment on the blog? It doesn't seem like a blog without commenting.<p>Also, having underlining show up on the link css on hover shifts the elements around and that's kind of annoying.
评论 #4709752 未加载
modernise超过 12 年前
Pretty good if you've written the markup and styling by hand. You'll need to integrate some kind of submissions form to get the full experience, which I recommend some kind of framework.