Updated CKEditor config to support styles and code block from
Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
+55
-2
@@ -2,10 +2,63 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Blog</title>
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Rohit Pai - All Projects</title>
|
||||
<link rel="stylesheet" href="/blog/css/main.css">
|
||||
<script src="https://kit.fontawesome.com/ed3c25598e.js" crossorigin="anonymous"></script>
|
||||
</head>
|
||||
<body>
|
||||
this is a test
|
||||
<nav>
|
||||
<input type="checkbox" id="nav-check">
|
||||
<a href="/">
|
||||
<h1>rohit pai</h1>
|
||||
</a>
|
||||
|
||||
<div class="nav-btn">
|
||||
<label for="nav-check">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
<li><a href="/#about" class="textShadow"><span><</span>about<span>></span></a></li>
|
||||
<li><a href="/#curriculumVitae" class="textShadow"><span><</span>cv<span>></span></a></li>
|
||||
<li><a href="/#projects" class="textShadow active"><span><</span>projects<span>></span></a></li>
|
||||
<li><a href="/#contact" class="textShadow"><span><</span>contact<span>></span></a></li>
|
||||
<li><a href="/blog" class="textShadow"><span><</span>blog<span>></span></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<header>
|
||||
<div>
|
||||
<h1>full stack developer</h1>
|
||||
<a href="/#sayHello" class="btn btnPrimary boxShadowIn boxShadowOut">Contact Me</a>
|
||||
<a href="#featured"><i class="fa-solid fa-chevron-down"></i></a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<section id="featured">
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus accusantium amet autem, commodi corporis
|
||||
illo ipsam nemo nihil nostrum numquam perspiciatis quo tenetur voluptatum. Architecto atque aut doloremque
|
||||
incidunt iusto labore obcaecati pariatur, porro qui rem saepe, suscipit tempore voluptatem? Aliquam asperiores
|
||||
dignissimos error labore odio, praesentium quod reiciendis totam.
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer class="flexRow">
|
||||
<div class="spacer"></div>
|
||||
<p>© <span id="year"></span> Rohit Pai all rights reserved</p>
|
||||
<div class="button">
|
||||
<button id="goBackToTop"><i class="fa-solid fa-chevron-up"></i></button>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="/js/typewriter.js"></script>
|
||||
<script src="/blog/js/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user