-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknife.html
More file actions
112 lines (109 loc) · 3.7 KB
/
knife.html
File metadata and controls
112 lines (109 loc) · 3.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<!--[if lte IE 8]> <html class="oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="ie9" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="format-detection" content="telephone=no">
<title>Kitchen Knife Render Project</title>
<link rel="stylesheet" href="css/fancySelect.css" />
<link rel="stylesheet" href="css/uniform.css" />
<link rel="stylesheet" href="css/all.css" />
<link media="screen" rel="stylesheet" type="text/css" href="css/screen.css" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body >
<div id="wrapper">
<div class="wrapper-holder">
<header id="header">
<span class="logo"><a href="index.html">Vikram Mishra</a></span>
<ul class="tools-nav tools-nav-mobile">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="Mishra_Vikram_2022_Portfolio.pdf">Download Portfolio</a></li>
</ul>
<a class="menu_trigger" href="#">menu</a>
<div class="bar-holder">
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="Mishra_Vikram_2022_Portfolio.pdf">Download Portfolio</a></li>
</ul>
</nav>
</div>
</header>
<section class="bar">
<div class="bar-frame">
<ul class="breadcrumbs">
<li><a href="index.html">Home</a></li>
<li>Kitchen Knife Render Project</li>
</ul>
</div>
</section>
</div>
<div class="row">
<video class="render-hero-video" muted="muted" loop="loop" autoplay="autoplay" controls="">
<source src="images/knife.mp4" type="video/mp4">
<source src="images/knife.webm" type="video/webm">
</video>
<div class="col l6 m12 s12">
<img class="render-process grow-small" src="images/knife1.jpg" alt="" />
</div>
<div class="col l6 m12 s12">
<img class="render-process grow-small" src="images/knife2.jpg" alt="" />
</div>
</div>
<footer id="footer">
<div class="footer-holder">
<div class="footer-frame">
<div class="footer-content">
<div class="col-holder">
<div class="col">
<div class="heading">
<h3></h3>
</div>
</div>
<div class="col">
<div class="heading">
<h3>Contact</h3>
</div>
<address>
<p><strong>Vikram Mishra</strong></p>
<p>+1 (513) 815-1799</p>
<p>Cincinnati, OH</p>
<p><a href="mailto:mishravm@mail.uc.edu">mishravm@mail.uc.edu</a></p>
</div>
<div class="col col-contact">
<div class="heading">
<h3></h3>
</div>
<ul class="social">
<!--<li class="linkedin"><a href="#">LinkedIn</a></li>-->
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="holder">
<p>© 2022 vikram.design</p>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="js/jquery.bxslider.min.js"></script>
<script type="text/javascript" src="js/jquery.placeholder.js"></script>
<script type="text/javascript" src="js/jquery.uniform.min.js"></script>
<script type="text/javascript" src="js/fancySelect.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>