-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (82 loc) · 3.99 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
<!DOCTYPE html>
<head>
<title>NowTrending</title>
<link rel = "stylesheet" type = "text/css" href = "home.css" />
<script type="text/javascript" src="home.js"></script>
</head>
<body>
<table id="header">
<tr>
<th id="logoRow"><img id="logo" src="Unknown-1.png" onclick="generate()"/></th>
<th id="Categories">
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">Categories</button>
<div id="myDropdown" class="dropdown-content">
<a href="https://www.target.com/c/grads/-/N-n6wm9">Graduation</a>
<a href="https://www.target.com/c/grocery/-/N-5xt1a">Grocery</a>
<a href="https://www.target.com/c/household-essentials/-/N-5xsz1">Household Essentials</a>
</div>
</div>
</th>
<th id="Deals">
<div class="dropdown2">
<button onclick="myFunction2()" class="dropbtn2">Deals</button>
<div id="myDropdown2" class="dropdown-content2">
<a href="https://www.target.com/c/clearance/-/N-5q0ga?lnk=dNav_clearance">Clearance</a>
<a href="https://weeklyad.target.com/?lnk=dNav_weeklyad">Weekly Ad</a>
<a href="https://www.target.com/c/top-deals/-/N-4xw74?lnk=dNav_topdeals">Top Deals</a>
</div>
</div>
</th>
<th id="WhatsNew">
<div class="dropdown3">
<button onclick="myFunction3()" class="dropbtn3">What's New</button>
<div id="myDropdown3" class="dropdown-content3">
<a href="https://www.target.com/finds/targetstyle?lnk=TS_GDD">#TargetStyle</a>
<a href="https://www.target.com/c/new-arrivals/-/N-4ykw6?lnk=WC_GDD">Women's New Arrivals</a>
<a href="https://www.target.com/c/new-in-beauty/-/N-2jck6?lnk=NB_GDD">Beauty New Arrivals</a>
</div>
</div>
</th>
<th id="PickUp&Delivery">
<div class="dropdown4">
<button onclick="myFunction4()" class="dropbtn4">Pickup & Delivery</button>
<div id="myDropdown4" class="dropdown-content4">
<a href="https://www.target.com/c/order-pickup/-/N-ng0a0">Order Pickup</a>
<a href="https://www.target.com/c/same-day-delivery/-/N-bswkz">Same Day Delivery</a>
<a href="https://www.target.com/c/drive-up/-/N-9d42z">Drive Up</a>
</div>
</div>
</th>
<th id="searchBar">
<form id="search-form">
<div class="search">
<input type="text" name="search" class="round" placeholder="Search"/>
</div>
</form>
</th>
</tr>
</table>
<table id="trendHead">
<tr>
<th>blank</th>
<th id="trendHeadTxT"> Trending Now</th>
<th>blank</th>
</tr>
</table>
<table id="trendHead2">
<tr>
<th>blank</th>
<th id="trendHeadTxT2">Instagram</th>
<th id="trendHeadTxT2"> TikTok</th>
<th id="trendHeadTxT2">Pinterest</th>
<th>blank</th>
</tr>
</table>
<table id="secondaryBox">
<tr>
<th id="trendHeadbox1"> <h2>Shop our sqishmallows!</h2> Featured on TikTok <br> <a href="https://www.target.com/p/squishmallows-official-kellytoy-plush-20-34-chuey-the-trex-ultrasoft-stuffed-animal-plush-toy/-/A-80959932#lnk=sametab"><img id="squish" src="Unknown.jpeg" onclick="generate()"/> </a></th>
<th id="trendHeadbox1"> <h2>Try our trendy dresses!</h2> Popular on Pinterest <br> <a href="https://www.target.com/p/women-s-short-sleeve-tiered-knit-babydoll-dress-wild-fable/-/A-81640633?preselect=81398983#lnk=sametab"><img id="dresses" src="pinterestDresses.png" onclick="generate()"/></a></th>
</tr>
</table>
</body>