-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
156 lines (153 loc) · 4.8 KB
/
index.html
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!-- Things to add to this page
1. tools Logo
2. back to top button
3. parralax effect
4. Redesign nav bar -->
<!-- This page is main page -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./image/lipson_s_lab_PCB_transparent.png" />
<!--browser tab Wepage icon-->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="style.css" />
<title>lipson's lab</title>
<!-- <script src="./Script.js"></script> -->
</head>
<body>
<!-- Header nav_bar-->
<header>
<ul>
<img
src="./image/lipson_s_lab_PCB_transparent.png"
alt="image not available"
class="lipson_lab"
id="lipson_lab"
width="100px"
/>
<li style="float: right"><a id="nav_bar_2" href="">Blog</a></li>
<li style="float: right">
<a id="nav_bar_3" href="index2.html">my work</a>
</li>
<li style="float: right">
<a id="nav_bar_2" href="index1.html">About</a>
</li>
<li style="float: right">
<a id="nav_bar_1" href="#first_page">Home</a>
</li>
</ul>
</header>
<!-- first page -->
<section class="fullpage" id="fullpage">
<section class="first_page" id="first_page">
<div id="welcome" id="welcome">
<div class="container" id="container">
<p class="intro" id="intro">Good morning</p>
<!-- greeting need to change based on the viewer time line any where from the world -->
<h1 class="name" id="name">I am Lipson</h1>
<div class="myimage" id="myimage">
<div class="image">
<img
src="./image/use_website.jpg"
alt="not available"
width="700"
/>
</div>
</div>
<h1 class="abtme" id="abtme">
A full-time Embedded systems techie and part-time content writer
</h1>
<div class="link">
<a
href="https://www.linkedin.com/in/arockiya-lipson-458b12214/"
class="fa fa-linkedin"
id="linkedin"
target="_blank"
rel="noreferrer"
></a>
<a
href=""
class="fa fa-instagram"
id="instagram"
target="_blank"
rel="noreferrer"
></a>
<a
href="https://github.com/Arockiyalipson"
class="fa fa-github"
id="github"
target="_blank"
rel="noreferrer"
></a>
</div>
</div>
</div>
</section>
<!-- second page -->
<section class="second_page" id="second_page">
<div class="someproj" id="someproj">
<!-- add some projects -->
<div class="esp_relay" id="esp_relay">
<a
href="https://github.com/Arockiyalipson/PCB_design/tree/5a18d29c5b5d4feb64cd3d87dd4a0352e9904526/ESP32_Relay_Switch"
class="relay"
id="relay"
>
<img
src="./project_images/ESP_Relay.png"
alt="image not found"
class="relay"
id="relay"
width="200px"
height="100px"
/>
<p class="intro_relay" id="intro_relay">ththththththth</p></a
>
</div>
<div class="stm32_BLE" id="stm32_BLE">
<a
href="https://github.com/Arockiyalipson/PCB_design/tree/5a18d29c5b5d4feb64cd3d87dd4a0352e9904526/STM32_BLE"
class="ble"
id="ble"
>
<img
src="./project_images/STM32_BLE.png"
alt="not found"
class="stm32"
id="stm32"
width="200px"
height="100px"
/>
<p class="stmble" id="stmble">
hyfebfebfebfewbfefbewh <br />
fbhfbewhfbhwfb
</p>
</a>
</div>
</div>
<p class="project_page" id="project_page">
See a list of all my project<a href="./index1.html">
On my project page</a
>
</p>
<!--make this as a button-->
</section>
<!-- third page -->
<section class="third_page" id="third_page">
<div class="contact" id="contact">
<p id="thanks"> <p class="icon">👋</p> Thanks for visiting my site!</p>
<p class="glad">Glad to have you here</p>
<a href="mailto:arolipson@gmail.com" class="mail" id="mail"
>send me an email
</a>
</div>
</section>
</section>
<script src="./Script.js"></script>
</body>
</html>