|
19 | 19 | <link rel="stylesheet" href="css/menu.css"> |
20 | 20 | <link rel="stylesheet" href="css/hero.css"> |
21 | 21 | <link rel="stylesheet" href="css/about.css"> |
22 | | - <link rel="stylesheet" href="css/flexmenu.css"> |
23 | | - <link rel="stylesheet" href="css/testing.css"> |
| 22 | + <link rel="stylesheet" href="css/project-menu.css"> |
24 | 23 | <!-- Scripts |
25 | 24 | –––––––––––––––––––––––––––––––––––––––––––––––––– --> |
26 | 25 | <script src="js/jquery-3.1.0.min.js"></script> |
|
35 | 34 | <!-- Main Menu –––––––––––––––––––––––––––––––––––––––––––– --> |
36 | 35 | <nav class="menu-bar"> |
37 | 36 | <ul class="snip1168"> |
38 | | - <li class="current"><a href="#" data-hover="home">home</a></li> |
39 | | - <li><a href="#about-page" data-hover="about">about</a></li> |
40 | | - |
41 | | - <li><a href="#projects" data-hover="projects">projects</a></li> |
42 | | - <li><a href="#gratitude" data-hover="blog">gratitude</a></li> |
| 37 | + <li><a class="goto" ref="#home" data-hover="home">home</a></li> |
| 38 | + <li><a class="goto" ref="#about-page" data-hover="about">about</a></li> |
| 39 | + <li><a class="goto" ref="#projects" data-hover="projects">projects</a></li> |
| 40 | + <li><a class="goto" ref="#gratitude" data-hover="gratitude">gratitude</a></li> |
43 | 41 | </ul> |
44 | 42 | </nav> |
45 | 43 |
|
46 | 44 | <!-- Landing page ––––––––––––––––––––––––––––––– --> |
47 | | - <section class="hero"> |
| 45 | + <section class="hero" id="home"> |
48 | 46 | <div> |
49 | 47 | <img class="rotate" src="assets/flower.svg"> |
50 | 48 | <h1> meredith hoo </h1> |
51 | | - <button class="button">enter</button> |
| 49 | + <button class="button goto" ref="#about-page">enter</button> |
52 | 50 | </div> |
53 | 51 | </section> |
54 | 52 |
|
55 | 53 | <!-- About ––––––––––––––––––––––––––––––––– --> |
56 | | - <section id="about-page" class="flex-exper"> |
57 | | - <div class="side-nav"> |
58 | | - <div class="">background</div> |
59 | | - <div class="">interests</div> |
60 | | - <div class="">skills</div> |
61 | | - <div class="">work experience</div> |
62 | | - <div class="">philanthropies</div> |
63 | | - <div class="">blog</div> |
64 | | - <div class="">resume</div> |
65 | | - <div class="">contact</div> |
66 | | - </div> |
67 | | - <div class="main"> |
68 | | - <div class="content"> |
69 | | - <h1 class="name">Meredith Hoo</h1> |
70 | | - <p> |
71 | | - I'm a software engineer based in New York, looking to solve complex problems wherever the code takes me. |
72 | | - Over the last six years, I've become involved in the creative applications of machine learning, |
73 | | - the software development of educational and socailly responsible expereinces. From my work in the classroom |
74 | | - and in industry. |
75 | | - </p> |
76 | | - <p > |
77 | | - Please know that this site is experiemental, and in progress |
78 | | - </p> |
79 | | - </div> |
80 | | - </div> |
81 | | - </section> |
82 | | - |
83 | | - <!-- Projects Landscape Mode ––––––––––––––––––––––––––––––––– --> |
84 | | - <section class="flex-parent landscape" id="projects"> |
85 | | - <div class="flex-grid-thirds"> |
86 | | - <div > |
87 | | - <img src="assets/flower.svg"> |
88 | | - <p >apps</p> |
89 | | - </div> |
90 | | - <div > |
91 | | - <img src="assets/flower.svg"> |
92 | | - <p >edutech</p> |
| 54 | + <section class="about" id="about-page" > |
| 55 | + <div class="menu-space"></div> |
| 56 | + <div class="flex-exper"> |
| 57 | + <div class="side-nav"> |
| 58 | + <div class="">background</div> |
| 59 | + <div class="">interests</div> |
| 60 | + <div class="">skills</div> |
| 61 | + <div class="">work experience</div> |
| 62 | + <div class="">philanthropies</div> |
| 63 | + <div class="">blog</div> |
| 64 | + <div class="">resume</div> |
| 65 | + <div class="">contact</div> |
93 | 66 | </div> |
94 | | - <div > |
95 | | - <img src="assets/flower.svg"> |
96 | | - <p >writing</p> |
97 | | - </div> |
98 | | - </div> |
99 | | - <div class="flex-grid-thirds"> |
100 | | - <div > |
101 | | - <img src="assets/flower.svg"> |
102 | | - <p >art</p> |
103 | | - </div> |
104 | | - <div > |
105 | | - <img src="assets/flower.svg"> |
106 | | - <p >podcast</p> |
107 | | - </div> |
108 | | - <div > |
109 | | - <img src="assets/flower.svg"> |
110 | | - <p >blog</p> |
| 67 | + <div class="main"> |
| 68 | + <div class="content"> |
| 69 | + <h1 class="name">Meredith Hoo</h1> |
| 70 | + <p> |
| 71 | + I'm a software engineer based in New York, looking to solve complex problems wherever the code takes me. |
| 72 | + Over the last six years, I've become involved in the creative applications of machine learning, |
| 73 | + the software development of educational and socailly responsible expereinces. From my work in the classroom |
| 74 | + and in industry. |
| 75 | + </p> |
| 76 | + <p> |
| 77 | + Please know that this site is experiemental, and in progress |
| 78 | + </p> |
| 79 | + </div> |
111 | 80 | </div> |
112 | 81 | </div> |
113 | 82 | </section> |
114 | 83 |
|
115 | | - <!-- Projects Portrait Mode ––––––––––––––––––––––––––––––––– --> |
116 | | - <section class="flex-parent portrait" id="projects"> |
117 | | - <div class="flex-grid-halves"> |
118 | | - <div > |
119 | | - <img src="assets/flower.svg"> |
120 | | - <p >apps</p> |
| 84 | + <!-- Projects ––––––––––––––––––––––––––––––––– --> |
| 85 | + <div id="projects"> |
| 86 | + <section class="flex-parent landscape"> |
| 87 | + <div class="flex-grid-thirds"> |
| 88 | + <div> |
| 89 | + <img src="assets/flower.svg"> |
| 90 | + <p >apps</p> |
| 91 | + </div> |
| 92 | + <div> |
| 93 | + <img src="assets/flower.svg"> |
| 94 | + <p >edutech</p> |
| 95 | + </div> |
| 96 | + <div> |
| 97 | + <img src="assets/flower.svg"> |
| 98 | + <p >writing</p> |
| 99 | + </div> |
121 | 100 | </div> |
122 | | - <div > |
123 | | - <img src="assets/flower.svg"> |
124 | | - <p >edutech</p> |
| 101 | + <div class="flex-grid-thirds"> |
| 102 | + <div> |
| 103 | + <img src="assets/flower.svg"> |
| 104 | + <p >art</p> |
| 105 | + </div> |
| 106 | + <div > |
| 107 | + <img src="assets/flower.svg"> |
| 108 | + <p >podcast</p> |
| 109 | + </div> |
| 110 | + <div> |
| 111 | + <img src="assets/flower.svg"> |
| 112 | + <p >blog</p> |
| 113 | + </div> |
125 | 114 | </div> |
126 | | - </div> |
127 | | - <div class="flex-grid-halves"> |
128 | | - <div > |
129 | | - <img src="assets/flower.svg"> |
130 | | - <p >writing</p> |
| 115 | + </section> |
| 116 | + |
| 117 | + <!-- Projects Portrait Mode ––––––––––––––––––––––––––––––––– --> |
| 118 | + <section class="flex-parent portrait" id="projects"> |
| 119 | + <div class="flex-grid-halves"> |
| 120 | + <div > |
| 121 | + <img src="assets/flower.svg"> |
| 122 | + <p >apps</p> |
| 123 | + </div> |
| 124 | + <div > |
| 125 | + <img src="assets/flower.svg"> |
| 126 | + <p >edutech</p> |
| 127 | + </div> |
131 | 128 | </div> |
132 | | - <div > |
133 | | - <img src="assets/flower.svg"> |
134 | | - <p >art</p> |
| 129 | + <div class="flex-grid-halves"> |
| 130 | + <div > |
| 131 | + <img src="assets/flower.svg"> |
| 132 | + <p >writing</p> |
| 133 | + </div> |
| 134 | + <div > |
| 135 | + <img src="assets/flower.svg"> |
| 136 | + <p >art</p> |
| 137 | + </div> |
135 | 138 | </div> |
136 | | - </div> |
137 | | - <div class="flex-grid-halves"> |
138 | | - <div > |
139 | | - <img src="assets/flower.svg"> |
140 | | - <p >podcast</p> |
| 139 | + <div class="flex-grid-halves"> |
| 140 | + <div > |
| 141 | + <img src="assets/flower.svg"> |
| 142 | + <p >podcast</p> |
| 143 | + </div> |
| 144 | + <div > |
| 145 | + <img src="assets/flower.svg"> |
| 146 | + <p >blog</p> |
| 147 | + </div> |
141 | 148 | </div> |
142 | | - <div > |
143 | | - <img src="assets/flower.svg"> |
144 | | - <p >blog</p> |
145 | | - </div> |
146 | | - </div> |
147 | | - </section> |
| 149 | + </section> |
| 150 | + </div> |
| 151 | + <!-- Projects Portrait Mode ––––––––––––––––––––––––––––––––– --> |
| 152 | + <section id="gratitude"></section> |
148 | 153 |
|
149 | 154 | <!-- End Document ––––––––––––––––––––––––––––––– --> |
150 | 155 | </body> |
|
0 commit comments