I am learning HTML, CSS, and JavaScript as I go with the project. I have made a couple of simple changes to the original front page :).
The site is still working, I haven't broken it yet. You can find the site code in zip format here.
I have changed the title, and inserted two images.
<title>Thingamajiggy</title>
</head>
<body>
<img src="images/hackaday.png" alt="Doc" style="width:50px;height:50px;">
Thingamajiggy is the new title, there is a hackaday image at the top and I placed my image with a link to the demos page at the bottom of the page
<style>
.center {
margin: auto;
width: 90%;
border: 0px solid #73AD21;
padding: 1px;
}
</style>
<div class="center">
<a href="demos.html">
<img src="images/mads.png" alt="Doc" style="width:150px;height:150px;">
</a>
I use Eclipse for JavaScript to work on the changes to the site.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
Hello,I want to make a customized webpage for CC3200. The webpage should be able to configure the SSID and password for cc3200 (when it is in AP-mode) and channel number (when it is in sniffer mode).Also I want add some images to it.I would appreciate if you could help to accomplish the above.
Thanks in advance.
Are you sure? yes | no