分享我的第一个Web作品——纯静态网站

news/2024/7/7 15:26:50

  以下是一年前学习Web基础开发时候的期末作品——计算机学习网。当时刚开始学习HTMLCSS
网站采用HTML+CSS+JavaScript的架构设计,当时大概用了12天左右,当然这12天还在上其他的课,这是利用课余时间做的。网站包括主页内容页登录注册页面(由于源文件缺失,登录页面找不到,过几天补上)。网站主要用于分享计算机知识网站只用于作品展示,不更新。可以使用以下地址访问:

▶ 我的第一个Web作品:计算机学习网

网站部分截图

1、网站首页。由logo导航轮播区文章书籍推荐友情链接版权说明几个板块构成。

###   2、`文章`页面。
###   3、`软件下载`页面,提供`百度网盘`地址。
###   4、`音乐`部分。
###   5、`视频`部分。
###   6、也正因为有了这个作品的存在,我才对Web开发如此感兴趣。现在看看这个作品虽然很`嫌弃`,但是当时的我作为`初学者`,已经很不容易了。

http://www.niftyadmin.cn/n/3649414.html

相关文章

javascript闭包_JavaScript的闭包和咖喱介绍

javascript闭包介绍 (Introduction) If you write code in JavaScript it’s quite likely you have come across the term closure, which is a useful yet often confusing concept. But just what is a closure? 如果您使用JavaScript编写代码,很可能会遇到术语…

GitHub上史上最全的Android开源项目分类汇总(一)

今天晚上配置好GitHub,顺便看看KJFrame,发现有很多的Git资源,下面有很多让人欣喜的效果,大家抓紧搬轮子~~ 浩 2014-11-26 今天在看博客的时候,无意中发现了Trinea在GitHub上的一个项目Android开源项目分类汇总,由于…

Windows安装OpenSSH服务-远程连接Linux

OpenSSH是 SSH (Secure SHell) 协议的免费开源实现。SSH协议族可以用来进行远程控制, 或在计算机之间传送文件。而实现此功能的传统方式,如telnet(终端仿真协议)、 rcp ftp、 rlogin、rsh都是极为不安全的,并且会使用明文传送密码。OpenSSH提…

Picasso的封装(二)

public class PicassoUtils {//默认加载图片public static void loadImaheView(Context mContext, String url, ImageView imageView) {Picasso.with(mContext).load(url).into(imageView);}//默认加载图片(指定大小)public static void loadImageViewSize(Context mContext, S…

如何创建您的第一个Visual Studio代码扩展

介绍 (Introduction) Visual Studio Code is a code editor from Microsoft available on Windows, Linux, and macOS. It offers extensions that you can install through the Visual Studio Code MarketPlace for additional features in your editor. When you can’t find…

网站添加免费SSL证书——HTTPS协议

在添加证书之前首先了解两个概念:SSL和HTTPS。 ▶ SSL(Secure Sockets Layer 安全套接层),及其继任者传输层安全(Transport Layer Security,TLS)是为网络通信提供安全及数据完整性的一种安全协议。TLS与SSL在传输层与应用层之间对网络连接进行加密。 ▶ …

使用React Native Web构建适合移动设备的Web应用

介绍 (Introduction) Over the years, building web applications that are mobile friendly has become easier with the advent of media queries and the introduction of service workers. Using media queries, we could make web applications that different shapes whe…

sql server和Navicat使用遇到错误解决办法

sql server忘记密码和用户名:http://www.cnblogs.com/xushining/p/3752667.html navicat连接失败:http://blog.csdn.net/lsd123/article/details/5548827