182 lines
		
	
	
		
			7.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			182 lines
		
	
	
		
			7.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <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 - Portfolio</title>
 | 
						|
    <link rel="stylesheet" href="css/main.css">
 | 
						|
    <script src="https://kit.fontawesome.com/ed3c25598e.js" crossorigin="anonymous"></script>
 | 
						|
    <script src="js/main.js"></script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <header>
 | 
						|
        <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 active"><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"><span><</span>projects<span>></span></a></li>
 | 
						|
                <li><a href="#contact" class="textShadow"><span><</span>contact<span>></span></a></li>
 | 
						|
                <li><a href="#" class="textShadow"><span><</span>blog<span>></span></a></li>
 | 
						|
            </ul>
 | 
						|
        </nav>
 | 
						|
 | 
						|
        <div>
 | 
						|
            <h1>full stack developer</h1>
 | 
						|
            <a href="" class="btn btnPrimary boxShadowIn boxShadowOut">Contact Me</a>
 | 
						|
            <a href="#about"><i class="fas fa-chevron-down"></i></a>
 | 
						|
        </div>
 | 
						|
    </header>
 | 
						|
 | 
						|
    <main>
 | 
						|
        <section id="about">
 | 
						|
            <h1>about</h1>
 | 
						|
            <div>
 | 
						|
                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Beatae debitis dolore, illum minus
 | 
						|
                molestias
 | 
						|
                officiis quidem similique ut. Autem consectetur eum, fugit illum ipsam laudantium magnam magni minima
 | 
						|
                nesciunt numquam officia, soluta unde, voluptates! Aliquid aut, beatae dignissimos, dolorem ex
 | 
						|
                exercitationem fugiat harum itaque laudantium placeat repellat suscipit velit! Aliquam architecto autem
 | 
						|
                beatae consectetur, dicta dolorum eligendi esse harum hic iure labore, libero molestias nemo neque nisi
 | 
						|
                nostrum odio sed sunt tempora totam voluptatem voluptatibus.</p>
 | 
						|
                <a href="other/rohitpaicv.pdf" class="btn btnOutline boxShadowIn boxShadowOut" download>Download CV</a>
 | 
						|
            </div>
 | 
						|
        </section>
 | 
						|
 | 
						|
        <section id="curriculumvitae">
 | 
						|
            <h1>curriculum vitae</h1>
 | 
						|
            <div class="cvGrid">
 | 
						|
                <!-- https://codepen.io/keithwyland/pen/wqNqvy -->
 | 
						|
                <div>
 | 
						|
                    <h2>Education</h2>
 | 
						|
                    <div class="timeline" id="edu">
 | 
						|
                    </div>
 | 
						|
                </div>
 | 
						|
                <div>
 | 
						|
                    <h2>Work</h2>
 | 
						|
                    <div class="timeline" id="work">
 | 
						|
                    </div>
 | 
						|
                </div>
 | 
						|
            </div>
 | 
						|
        </section>
 | 
						|
 | 
						|
        <section id="projects">
 | 
						|
            <div class="mainProj">
 | 
						|
                <h1>project title to be generated</h1>
 | 
						|
                <div><img src="" alt="">
 | 
						|
                    <div class="flexRow">
 | 
						|
                        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus dolorem dolores esse itaque
 | 
						|
                            iure iusto libero molestias nobis nostrum placeat praesentium quia quo reprehenderit,
 | 
						|
                            repudiandae.</p>
 | 
						|
                        <div class="flexCol">
 | 
						|
                            <a href="" class="btn btnPrimary boxShadowIn boxShadowOut">testing</a>
 | 
						|
                            <a href="" class="btn btnOutline boxShadowIn boxShadowOut">testing</a>
 | 
						|
                        </div>
 | 
						|
                    </div>
 | 
						|
                </div>
 | 
						|
            </div>
 | 
						|
 | 
						|
            <div class="otherProj">
 | 
						|
                <h1>other projects</h1>
 | 
						|
                <div class="oProjGrid">
 | 
						|
                    <img src="" alt="">
 | 
						|
                    <div class="flexCol">
 | 
						|
                        <div>
 | 
						|
                            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit, voluptates.</p>
 | 
						|
                        </div>
 | 
						|
                        <div>
 | 
						|
                            <a href="" class="btn btnPrimary boxShadowIn boxShadowOut"></a>
 | 
						|
                            <a href="" class="btn btnOutline boxShadowIn boxShadowOut"></a>
 | 
						|
                        </div>
 | 
						|
                    </div>
 | 
						|
                </div>
 | 
						|
                <div class="oProjGrid">
 | 
						|
                    <img src="" alt="">
 | 
						|
                    <div class="flexCol">
 | 
						|
                        <div>
 | 
						|
                            <p>Adipisci aspernatur consectetur debitis fugiat minus mollitia rem ullam, voluptate.</p>
 | 
						|
                        </div>
 | 
						|
                        <div>
 | 
						|
                            <a href="" class="btn btnPrimary boxShadowIn boxShadowOut"></a>
 | 
						|
                            <a href="" class="btn btnOutline boxShadowIn boxShadowOut"></a>
 | 
						|
                        </div>
 | 
						|
                    </div>
 | 
						|
                </div>
 | 
						|
                <div class="oProjGrid">
 | 
						|
                    <img src="" alt="">
 | 
						|
                    <div class="flexCol">
 | 
						|
                        <div>
 | 
						|
                            <p>Beatae culpa distinctio dolorum eius et fugit optio reiciendis soluta!</p>
 | 
						|
                        </div>
 | 
						|
                        <div>
 | 
						|
                            <a href="" class="btn btnPrimary boxShadowIn boxShadowOut"></a>
 | 
						|
                            <a href="" class="btn btnOutline boxShadowIn boxShadowOut"></a>
 | 
						|
                        </div>
 | 
						|
                    </div>
 | 
						|
                </div>
 | 
						|
                <a href="" class="btn btnPrimary boxShadowIn boxShadowOut"></a>
 | 
						|
            </div>
 | 
						|
        </section>
 | 
						|
        <section id="contact">
 | 
						|
            <div id="findme">
 | 
						|
                <h1>find me</h1>
 | 
						|
                <div class="flexRow socialIcons">
 | 
						|
                    <div>
 | 
						|
                        <a href=""><img src="" alt=""></a>
 | 
						|
                        <a href=""><img src="" alt=""></a>
 | 
						|
                        <a href=""><img src="" alt=""></a>
 | 
						|
                    </div>
 | 
						|
                    <div>
 | 
						|
                        <a href=""><img src="" alt=""></a>
 | 
						|
                        <a href=""><img src="" alt=""></a>
 | 
						|
                        <a href=""><img src="" alt=""></a>
 | 
						|
                    </div>
 | 
						|
                </div>
 | 
						|
                <img src="" alt="" class="profile">
 | 
						|
            </div>
 | 
						|
            <div id="sayhello">
 | 
						|
                <h1>say hello</h1>
 | 
						|
                <form action="" id="contactForm">
 | 
						|
                    <div class="flName">
 | 
						|
                        <div class="formControl">
 | 
						|
                            <label for="fName">First Name</label>
 | 
						|
                            <input type="text" name="fName" id="fName">
 | 
						|
                        </div>
 | 
						|
                        <div class="formControl">
 | 
						|
                            <label for="lName">Last Name</label>
 | 
						|
                            <input type="text" name="lName" id="lName">
 | 
						|
                        </div>
 | 
						|
                    </div>
 | 
						|
                    <div class="formControl">
 | 
						|
                        <label for="email">Email</label>
 | 
						|
                        <input type="email" id="email" name="email">
 | 
						|
                    </div>
 | 
						|
                    <div class="formControl">
 | 
						|
                        <label for="message">Message</label>
 | 
						|
                        <textarea name="message" id="message" cols="30" rows="10"></textarea></div>
 | 
						|
                    <input type="submit" class="btn btnPrimary boxShadowIn boxShadowOut" value="Say Hello">
 | 
						|
                </form>
 | 
						|
            </div>
 | 
						|
        </section>
 | 
						|
        <footer class="flexRow">
 | 
						|
            <p>© 2021 Rohit Pai all rights reserved</p>
 | 
						|
            <button class="goBackToTop"></button>
 | 
						|
        </footer>
 | 
						|
    </main>
 | 
						|
</body>
 | 
						|
</html>
 |