update with initial blog functionality
first blog with basic first attempt ui
This commit is contained in:
+25
-10
@@ -12,7 +12,19 @@
|
||||
<meta name="description" content="" />
|
||||
<meta name="keywords" content="" />
|
||||
<link rel="stylesheet" href="assets/css/main.css" />
|
||||
<link rel="stylesheet" href="assets/css/blog.css" />
|
||||
</head>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121903350-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-121903350-1');
|
||||
</script>
|
||||
|
||||
<body class="is-preload">
|
||||
|
||||
<!-- Header -->
|
||||
@@ -38,6 +50,9 @@
|
||||
<h1>{ Arjun Patel }</h1>
|
||||
<p>Web Guru, Budding Entrepreneur, and Technology Enthusiast</p>
|
||||
</div>
|
||||
|
||||
<p id="readBlog">Read Blog</p>
|
||||
|
||||
<video autoplay loop muted playsinline src="images/banner.mp4"></video>
|
||||
</section>
|
||||
|
||||
@@ -117,11 +132,11 @@
|
||||
</section>
|
||||
|
||||
<!-- Testimonials -->
|
||||
<!-- <section class="wrapper">
|
||||
<section class="wrapper">
|
||||
<div class="inner">
|
||||
<header class="special">
|
||||
<h2>Faucibus consequat lorem</h2>
|
||||
<p>In arcu accumsan arcu adipiscing accumsan orci ac. Felis id enim aliquet. Accumsan ac integer lobortis commodo ornare aliquet accumsan erat tempus amet porttitor.</p>
|
||||
<h2>Important People</h2>
|
||||
<!-- <p>Working with these inspiring individuals has allowed me to grow as a developer and person. </p> -->
|
||||
</header>
|
||||
<div class="testimonials">
|
||||
<section>
|
||||
@@ -131,9 +146,9 @@
|
||||
</blockquote>
|
||||
<div class="author">
|
||||
<div class="image">
|
||||
<img src="images/pic01.jpg" alt="" />
|
||||
<img src="images/heran.jpg" alt="" />
|
||||
</div>
|
||||
<p class="credit">- <strong>Jane Doe</strong> <span>CEO - ABC Inc.</span></p>
|
||||
<p class="credit">- <strong>Heran Patel</strong> <span>CEO - Lotus</span></p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -144,9 +159,9 @@
|
||||
</blockquote>
|
||||
<div class="author">
|
||||
<div class="image">
|
||||
<img src="images/pic03.jpg" alt="" />
|
||||
<img src="images/joel.jpg" alt="" />
|
||||
</div>
|
||||
<p class="credit">- <strong>John Doe</strong> <span>CEO - ABC Inc.</span></p>
|
||||
<p class="credit">- <strong>Joel Simonoff</strong> <span>Founder - Predictim</span></p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -157,15 +172,15 @@
|
||||
</blockquote>
|
||||
<div class="author">
|
||||
<div class="image">
|
||||
<img src="images/pic02.jpg" alt="" />
|
||||
<img src="images/aziz.jpeg" alt="" />
|
||||
</div>
|
||||
<p class="credit">- <strong>Janet Smith</strong> <span>CEO - ABC Inc.</span></p>
|
||||
<p class="credit">- <strong>Aziz Bandeli</strong> <span>Product Owner - NSG | Intel</span></p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</section> -->
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer id="footer">
|
||||
|
||||
Reference in New Issue
Block a user