
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Iceberg is a boilerplate for start quickly your Web Projects, with the good foundation.
Author: Kevin Py
Website: http://kevinpy.com
Iceberg Website: http://kevinpy.com/Projects/Iceberg
Version: 0.2.0
You can install directly on Github, or via Bower:
bower install iceberg-bp
assets
|- css
|- flexo.css *
|- reset.css
|- style.css
|- style.less
|- img
|- js
|- jquery.js
|- less.js
|- main.js
404.html
humans.txt
index.html
robots.txt
flex property. It's an extension for Iceberg. For more informations, check the Github project here: https://github.com/KevinPy/FlexoIn the index.html, you are some meta tags. You do complete this meta tags:
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
After, you are others tags, Open Graph, from Facebook and Twitter. This is the meta tags list:
<meta property="og:title" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<meta property="og:description" content="" />
<meta property="og:locale" content="" />
<meta property="og:site_name" content="" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@" />
<meta name="twitter:title" content="" />
<meta name="twitter:description" content="" />
<meta name="twitter:image" content="" />
The structure of CSS file is really simple. First, you are a summary for listed the differents parts of your CSS file. You have this presentation:
1 - General
1.1 - Import
1.2 - Style
99 - Media Queries
99.1 - < 960px
99.2 - 640px < 960px
99.3 - > 640px
99.99 - Print
And also the comment separator:
/*----------------------------------------*/
/* 0.0 - Section's Name */
/*----------------------------------------*/
Iceberg use the rem font-size. The htmlhas this attribute :
html { font-size: 62.5%; }
With this hack, you doesn't converted value between px and rem. You can use the px, it's works. Example:
1rem => 10px
1.6rem => 16px
30rem => 300px
Iceberg use its own reset CSS, based on normalize.css.
JS file works, with the same summary that CSS file.
FAQs
Front-End Boilerplate for your Web Projects
We found that iceberg-bp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.