-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (83 loc) · 4.95 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My personal page </title>
<link rel="stylesheet" href="./style1.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
</head>
<body>
<div id="container">
<div id="header">
<h1>Bahareh Bahmani</h1>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" aria-current="page" href="index1.html">Home</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" href="#Introduction">Introduction</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="map.html">Contact</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
</div>
<div id="sidebar1">
<div class="body-panel">
<p><h3 id="Introduction">Introduction</h3>My name is Bahareh Bahmani. I was studying more than 2 years of
computer science in California at Ohlone college. And also I was working as an intern at
Stanford University with professor Mike Snyder in the genetic faculty. My supervisor is Dr. Aaron Horning.<br>
I am a highly motivated and disciplined individual who takes a great deal of pride in both my work and personal
conduct. I am looking to grow as part of a team and eventually take on responsibility for larger projects.</p>
</div>
</div>
<div id="sidebar2" >
<div class="body-panel1">
<p><h2 id="experience">Professional Experience </h2><h6>Stanford university (2019 – Present)</h6><br>
2020- now: Visualizing FAP Patients data programmatically using R.<br>
2019 - 2020: Web design for Htan project and HuBMAP Project.<br>
<a href="https://htan.stanford.edu/members.html"> Htan project</a><br><a href="https://hubmap.stanford.edu">Hubmap Project</a><br>
2019: web design for iPOP project.
<a href="http://hmp2-data.stanford.edu/">iPOP project</a>
</p>
</div>
<p id="contact"><h2>Contact</h2><h6>Email:</h6>[email protected]
<h6>Phone:</h6> 0634168420 <br>510 7668619
</p>
</div>
<div id="mainContainer">
<div class="middle-div">
<img calss="img" src="image.jpg" alt="img-bahar" width=390px height="600px" position="relative"/>
</div>
</div>
<div id="footer">
<p class="footer">Last update: 20 April 2021</p>
<p > <a href="https://www.linkedin.com/feed/">
<img src="linkdin.jpg" alt="link" style="width:25px;height:25px;">
</a>
<a href="https://www.google.com/" >
<img src="gmail.jpg" alt="google" style="width:25px;height:25px;" id="icons">
</a>
<a href="https://twitter.com/baharbahmani">
<img src="tweeter.png" alt="tweet" style="width:25px;height:25px;">
</a>
</p>
</div>
</container>
</body>
</html>