-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
93 lines (93 loc) · 3.08 KB
/
Copy pathtemplate.html
File metadata and controls
93 lines (93 loc) · 3.08 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
<!DOCTYPE html>
<html>
<body>
<div class="tw-block-parent"
style="
max-width:440px;
background: #fff;
margin: 0 auto;
margin-top: 50px;
border-radius:20px;
padding: 14px;
border: 1px solid #dddddd;
font: 14px/1.4 Roboto, Helvetica, Arial, Tahoma, sans-serif;
font-weight: 300;
color: #292F33;">
<div class="timeline-TweetList-tweet">
<div class="timeline-Tweet">
<div class="timeline-Tweet-author">
<div class="TweetAuthor">
<span class="TweetAuthor-avatar">
<div class="Avatar">
<a class="TweetAuthor-link" href="https://twitter.com/tweetName" target="_blank"><img
style="
border-radius: 100px;
width: 48px;
margin-right: 15px;
float:left;"
src="tweetImage" alt="AvatarImage">
</a>
</div>
<div class="Avatar">
<a class="TweetAuthor-link" href="https://twitter.com/twitter/statuses/tweetId" target="_blank"><img
style="
width: 30px;
float:right;"
src="https://constata.eu/assets/images/social/twitter-blue.png" alt="TwitterIcon">
</a>
</div>
</span>
<a class="TweetAuthor-link" style="text-decoration:none" href="https://twitter.com/tweetName" target="_blank">
<span class="TweetAuthor-name"
style="
max-width:100%;
padding-top: 300px;
font-size:14px;
font-weight:700;
line-height: 18px;">tweetUser
</span>
</a>
<a class="TweetAuthor-link" style="text-decoration:none" href="https://twitter.com/tweetName" target="_blank">
<div class="TweetAuthor-screenName"
style="
max-width:100%;
font-size: 14px;
line-height: 18px;
font-weight: 300;
color: #657786;">@tweetName
</div>
</a>
</div>
</div>
<div class="timeline-Tweet-text"
style="
margin-top: 20px;
margin-bottom: 6px;
word-wrap: break-word;
font-size: 20px;
line-height: 24px;
font-weight: 300;">tweetText
</div>
media_url_https_code_or_nothing
<a class="TweetAuthor-link" style="text-decoration:none" href="https://twitter.com/twitter/statuses/tweetId" target="_blank">
<div class="timeline-Tweet-metadata">
<span class="timeline-Tweet-timestamp"
style="
margin-top: 10px;
font-size: 15px;
line-height: 18px;
font-weight: 300;
color: #657786;">tweetDate
</span>
</div>
</a>
<ul class="timeline-Tweet-actions"
style="
border-bottom:1px solid #e6ecf0;
text-decoration: none;">
</ul>
</div>
</div>
</div>
</body>
</html>